summaryrefslogtreecommitdiffstats
path: root/maven
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 /maven
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 'maven')
-rw-r--r--maven/poi.pom5
1 files changed, 3 insertions, 2 deletions
diff --git a/maven/poi.pom b/maven/poi.pom
index 843aaeba6e..d987c882c1 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -62,7 +62,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.1</version>
+ <version>1.1.3</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
@@ -78,12 +78,13 @@
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
+
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
+ <scope>test</scope>
<version>1.3</version>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>