diff options
author | Nick Burch <nick@apache.org> | 2014-02-01 17:36:10 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-02-01 17:36:10 +0000 |
commit | 3c40a957bc5de2b9b4f78be97e1d86676cf18e61 (patch) | |
tree | 5ea6cb8763604439fac9993e22c894bde790a21e /maven/poi.pom | |
parent | 5758218f9d0d85a8a8801a161d25b7675f1cf7d2 (diff) | |
download | poi-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.pom | 16 |
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> |