Author: centic
Date: Fri Apr 1 21:17:07 2022
New Revision: 1899496
URL: http://svn.apache.org/viewvc?rev=1899496&view=rev
Log:
Update forbiddenapis to 3.3
This also improves support for building with JDK 18
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1899496&r1=1899495&r2=1899496&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Apr 1 21:17:07 2022
@@ -348,7 +348,7 @@ under the License.
<!-- license and api checks -->
<dependency prefix="rat" artifact="org.apache.rat:apache-rat:0.13"
usage="util"/>
- <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.1"
usage="util"/>
+ <dependency prefix="forbidden" artifact="de.thetaphi:forbiddenapis:3.3"
usage="util"/>
<!-- See
https://www.ecma-international.org/publications/standards/Ecma-376.htm -->
<!-- "Copy these file(s), free of charge" -->
@@ -712,6 +712,7 @@ under the License.
<fileset dir="${basedir}/lib/util">
<include name="asm*7.2.jar"/>
<include name="org.jacoco.*-0.8.5.*.jar"/>
+ <include name="forbiddenapis-3.1.jar"/>
</fileset>
<fileset dir="${basedir}/lib/util">
<include name="jacoco-0.8.5.zip"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]