From 42683639b5db2bba9774a93a11b3a29d261b5078 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Mon, 3 Feb 2014 18:54:44 +0000 Subject: [PATCH] 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 --- build.xml | 4 ++-- maven/poi.pom | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index fa4e0dbf4..17f149a0d 100644 --- a/build.xml +++ b/build.xml @@ -128,9 +128,9 @@ under the License. - + + value="${repository.m2}/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"/> diff --git a/maven/poi.pom b/maven/poi.pom index 843aaeba6..d987c882c 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -62,7 +62,7 @@ commons-logging commons-logging - 1.1 + 1.1.3 runtime true @@ -78,12 +78,13 @@ commons-codec 1.9 + org.hamcrest hamcrest-core + test 1.3 - junit junit