You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/06/16 07:32:22 UTC

svn commit: r1685702 - /poi/trunk/build.xml

Author: centic
Date: Tue Jun 16 05:32:22 2015
New Revision: 1685702

URL: http://svn.apache.org/r1685702
Log:
remove some older jacoco jars from the lib-directories to avoid loading outdated 3rd party code

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1685702&r1=1685701&r2=1685702&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Jun 16 05:32:22 2015
@@ -419,9 +419,12 @@ under the License.
 				<include name="jacoco-0.6*"/>
 				<include name="jacoco-0.7.1*"/>
 				<include name="jacoco-0.7.2*"/>
+				<include name="jacoco-0.7.3*"/>
 				<include name="log4j-1.2.13*"/>
 				<include name="org.jacoco.*-0.6.*"/>
 				<include name="org.jacoco.*-0.7.1*"/>
+				<include name="org.jacoco.*-0.7.2*"/>
+				<include name="org.jacoco.*-0.7.3*"/>
 				<include name="dom4j*"/>
 				<include name="apache-rat-0.10*"/>
 				<include name="xercesImpl-*.jar"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org