aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-08-14 20:27:35 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-08-14 20:27:35 +0000
commite68bd7bd7ded6948a3289c6a6e3ad37453d12c42 (patch)
tree797ebafb2353aa3eeec237f068add2a9cd56b96e /build.xml
parentb9841b4007c5a4590262600b51ee863bb7678168 (diff)
downloadpoi-e68bd7bd7ded6948a3289c6a6e3ad37453d12c42.tar.gz
poi-e68bd7bd7ded6948a3289c6a6e3ad37453d12c42.zip
upgrade forbidden-apis to 3.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b92782b5c1..29d097cf01 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>