mirror of https://github.com/apache/poi.git
upgrade forbidden-apis to 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880862 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b9841b4007
commit
e68bd7bd7d
|
@ -294,7 +294,7 @@ under the License.
|
|||
|
||||
<!-- license and api checks -->
|
||||
<dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.12" usage="util"/>
|
||||
<dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:2.6" usage="util"/>
|
||||
<dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.0.1" usage="util"/>
|
||||
|
||||
<property name="maven.ooxml.xsds.version.id" value="1.5"/>
|
||||
|
||||
|
@ -578,6 +578,7 @@ under the License.
|
|||
</fileset>
|
||||
<fileset dir="${basedir}/lib/util">
|
||||
<include name="asm*7.2.jar"/>
|
||||
<include name="forbiddenapis-2.6.jar"/>
|
||||
</fileset>
|
||||
<fileset dir="${basedir}/lib/excelant">
|
||||
<include name="ant*1.10.1.jar"/>
|
||||
|
|
Loading…
Reference in New Issue