Author: centic
Date: Thu Apr 26 04:11:10 2018
New Revision: 1830131
URL: http://svn.apache.org/viewvc?rev=1830131&view=rev
Log:
Update to forbidden-apis 2.5
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1830131&r1=1830130&r2=1830131&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Apr 26 04:11:10 2018
@@ -212,8 +212,8 @@ under the License.
<!-- license and api checks -->
<property name="rat.jar" location="${main.lib}/apache-rat-0.12.jar"/>
<property name="rat.url"
value="${repository.m2}/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar"/>
- <property name="forbidden.jar"
location="${main.lib}/forbiddenapis-2.3.jar"/>
- <property name="forbidden.url"
value="${repository.m2}/maven2/de/thetaphi/forbiddenapis/2.3/forbiddenapis-2.3.jar"/>
+ <property name="forbidden.jar"
location="${main.lib}/forbiddenapis-2.5.jar"/>
+ <property name="forbidden.url"
value="${repository.m2}/maven2/de/thetaphi/forbiddenapis/2.5/forbiddenapis-2.5.jar"/>
<property name="maven.ooxml.xsds.version.id" value="1.4"/>
@@ -594,6 +594,7 @@ under the License.
<include name="forbiddenapis-1.*.jar"/>
<include name="forbiddenapis-2.0.jar"/>
<include name="forbiddenapis-2.1.jar"/>
+ <include name="forbiddenapis-2.3.jar"/>
<include name="apache-rat-0.11.jar"/>
</fileset>
<fileset dir="${ooxml.lib}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]