]> source.dussan.org Git - poi.git/commitdiff
Update forbidden-apis to version 2.3
authorDominik Stadler <centic@apache.org>
Sun, 18 Jun 2017 05:59:16 +0000 (05:59 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 18 Jun 2017 05:59:16 +0000 (05:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1799036 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 52ed07b3fe5d7165099bae13a39a37da59365959..e8263ac9e006927baead0320ae772665139fbe86 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -209,8 +209,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.1.jar"/>
-    <property name="forbidden.url" value="${repository.m2}/maven2/de/thetaphi/forbiddenapis/2.1/forbiddenapis-2.1.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"/>
 
     <!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm -->
     <!-- "Copy these file(s), free of charge" -->
@@ -584,6 +584,7 @@ under the License.
                 <include name="junit-4.11*"/>
                 <include name="forbiddenapis-1.*.jar"/>
                 <include name="forbiddenapis-2.0.jar"/>
+                <include name="forbiddenapis-2.1.jar"/>
                 <include name="apache-rat-0.11.jar"/>
             </fileset>
             <fileset dir="${ooxml.lib}">