]> source.dussan.org Git - poi.git/commitdiff
Update to JaCoCo 0.8.1 to support Java 10 for JaCoCo runs
authorDominik Stadler <centic@apache.org>
Mon, 30 Apr 2018 07:59:14 +0000 (07:59 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 30 Apr 2018 07:59:14 +0000 (07:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1830535 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index f88f2f7e87ff2528a553f039af468e4887c6e28a..5793474f903b072c19f0b644dcbe961c7a8bb1b0 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -204,8 +204,8 @@ under the License.
               value="${repository.m2}/maven2/org/apache/xmlbeans/xmlbeans/2.6.0/xmlbeans-2.6.0.jar"/>
 
     <!-- coverage libs -->
-    <property name="jacoco.zip" location="${main.lib}/jacoco-0.7.9.zip"/>
-    <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.7.9/jacoco-0.7.9.zip"/>
+    <property name="jacoco.zip" location="${main.lib}/jacoco-0.8.1.zip"/>
+    <property name="jacoco.url" value="${repository.m2}/maven2/org/jacoco/jacoco/0.8.1/jacoco-0.8.1.zip"/>
     <property name="asm.jar" location="${main.lib}/asm-all-5.2.jar"/>
     <property name="asm.url" value="${repository.m2}/maven2/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar"/>
 
@@ -575,6 +575,7 @@ under the License.
                 <include name="jacoco-0.7.6*"/>
                 <include name="jacoco-0.7.7*"/>
                 <include name="jacoco-0.7.8*"/>
+                <include name="jacoco-0.7.9*"/>
                 <include name="jmh-core-1.15*"/>
                 <include name="jmh-generator-annprocess-1.15*"/>
                 <include name="log4j-1.2.13*"/>
@@ -586,6 +587,7 @@ under the License.
                 <include name="org.jacoco.*-0.7.6*"/>
                 <include name="org.jacoco.*-0.7.7*"/>
                 <include name="org.jacoco.*-0.7.8*"/>
+                <include name="org.jacoco.*-0.7.9*"/>
                 <include name="dom4j*"/>
                 <include name="apache-rat-0.10*"/>
                 <include name="xercesImpl-*.jar"/>