]> source.dussan.org Git - poi.git/commitdiff
JaCoCo 0.7.x requires asm-5
authorDominik Stadler <centic@apache.org>
Wed, 23 Jul 2014 17:41:40 +0000 (17:41 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 23 Jul 2014 17:41:40 +0000 (17:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1612887 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index c2ca0abe8dd4e231f0836f98712df0612432bf27..e59e55edb632d3b96b171f89f67333effe1be878 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -156,8 +156,8 @@ under the License.
     <!-- coverage libs -->
     <property name="jacoco.zip" location="${main.lib}/jacoco-0.7.1.201405082137.zip"/>
     <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.7.1.201405082137/jacoco-0.7.1.201405082137.zip"/>
-    <property name="asm.jar" location="${main.lib}/asm-all-4.0.jar"/>
-    <property name="asm.url" value="${repository.m2}/maven2/org/ow2/asm/asm-all/4.0/asm-all-4.0.jar"/>
+    <property name="asm.jar" location="${main.lib}/asm-all-5.0.3.jar"/>
+    <property name="asm.url" value="${repository.m2}/maven2/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar"/>
 
     <!-- license checks -->
     <property name="rat.jar" location="${main.lib}/apache-rat-0.10.jar"/>
@@ -282,7 +282,7 @@ under the License.
     <path id="lib.jacoco">
         <fileset dir="lib">
             <include name="org.jacoco*.jar" />
-            <include name="asm-all-4*.jar" />
+            <include name="asm-all-*.jar" />
         </fileset>
     </path>