summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2014-02-03 18:54:44 +0000
committerDominik Stadler <centic@apache.org>2014-02-03 18:54:44 +0000
commit47070c5060028784825f583e63c97066cf20d443 (patch)
tree1436cecfa7008b4343add967ec2c22a798572425 /build.xml
parent2f635a7498b73e49876162658a5cb434fc6ca996 (diff)
downloadpoi-47070c5060028784825f583e63c97066cf20d443.tar.gz
poi-47070c5060028784825f583e63c97066cf20d443.zip
Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index fa4e0dbf42..17f149a0d0 100644
--- a/build.xml
+++ b/build.xml
@@ -128,9 +128,9 @@ under the License.
<property name="excelant.testokfile" location="build/excelant-testokfile.txt"/>
<!-- jars in the /lib directory, see the fetch-jars target-->
- <property name="main.commons-logging.jar" location="${main.lib}/commons-logging-1.1.jar"/>
+ <property name="main.commons-logging.jar" location="${main.lib}/commons-logging-1.1.3.jar"/>
<property name="main.commons-logging.url"
- value="${repository.m2}/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
+ value="${repository.m2}/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.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.9/commons-codec-1.9.jar"/>