]> source.dussan.org Git - poi.git/commitdiff
Update to apache-rat-12
authorDominik Stadler <centic@apache.org>
Thu, 30 Jun 2016 21:05:52 +0000 (21:05 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 30 Jun 2016 21:05:52 +0000 (21:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750863 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 6e65bb1d617cd64aedfde6a4ca0d195749727a12..f17bb73753c9f328b52b370f7da22e3b993102df 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -198,8 +198,8 @@ under the License.
     <property name="asm.url" value="${repository.m2}/maven2/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar"/>
 
     <!-- license and api checks -->
-    <property name="rat.jar" location="${main.lib}/apache-rat-0.11.jar"/>
-    <property name="rat.url" value="${repository.m2}/maven2/org/apache/rat/apache-rat/0.11/apache-rat-0.11.jar"/>
+    <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"/>
 
@@ -544,6 +544,7 @@ under the License.
                 <include name="junit-4.11*"/>
                 <include name="forbiddenapis-1.*.jar"/>
                 <include name="forbiddenapis-2.0.jar"/>
+                <include name="apache-rat-0.11.jar"/>
             </fileset>
             <fileset dir="${ooxml.lib}">
                 <!-- remove jars from previous versions, but not the current version -->