aboutsummaryrefslogtreecommitdiffstats
path: root/maven/poi.pom
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2014-02-01 17:36:10 +0000
committerNick Burch <nick@apache.org>2014-02-01 17:36:10 +0000
commit3c40a957bc5de2b9b4f78be97e1d86676cf18e61 (patch)
tree5ea6cb8763604439fac9993e22c894bde790a21e /maven/poi.pom
parent5758218f9d0d85a8a8801a161d25b7675f1cf7d2 (diff)
downloadpoi-3c40a957bc5de2b9b4f78be97e1d86676cf18e61.tar.gz
poi-3c40a957bc5de2b9b4f78be97e1d86676cf18e61.zip
Sync the Maven POM defined dependencies with the Ant build ones
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/poi.pom')
-rw-r--r--maven/poi.pom16
1 files changed, 14 insertions, 2 deletions
diff --git a/maven/poi.pom b/maven/poi.pom
index 69a887e21d..843aaeba6e 100644
--- a/maven/poi.pom
+++ b/maven/poi.pom
@@ -69,14 +69,26 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
- <version>1.2.13</version>
+ <version>1.2.17</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
- <version>1.5</version>
+ <version>1.9</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-core</artifactId>
+ <version>1.3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ <version>4.11</version>
</dependency>
</dependencies>