Author: centic
Date: Sat Feb 1 17:21:21 2014
New Revision: 1563447
URL: http://svn.apache.org/r1563447
Log:
Update third party libs: commons-codec to 1.9, log4j to 1.2.17
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1563447&r1=1563446&r2=1563447&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sat Feb 1 17:21:21 2014
@@ -131,11 +131,11 @@ under the License.
<property name="main.commons-logging.jar"
location="${main.lib}/commons-logging-1.1.jar"/>
<property name="main.commons-logging.url"
value="${repository.m2}/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
- <property name="main.commons-codec.jar"
location="${main.lib}/commons-codec-1.5.jar"/>
+ <property name="main.commons-codec.jar"
location="${main.lib}/commons-codec-1.9.jar"/>
<property name="main.commons-codec.url"
-
value="${repository.m2}/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar"/>
- <property name="main.log4j.jar" location="${main.lib}/log4j-1.2.13.jar"/>
- <property name="main.log4j.url"
value="${repository.m2}/maven2/log4j/log4j/1.2.13/log4j-1.2.13.jar"/>
+
value="${repository.m2}/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar"/>
+ <property name="main.log4j.jar" location="${main.lib}/log4j-1.2.17.jar"/>
+ <property name="main.log4j.url"
value="${repository.m2}/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
<property name="main.junit.jar" location="${main.lib}/junit-4.11.jar"/>
<property name="main.junit.url"
value="${repository.m2}/maven2/junit/junit/4.11/junit-4.11.jar"/>
<property name="main.hamcrest.jar"
location="${main.lib}/hamcrest-core-1.3.jar"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]