Author: nick
Date: Sat Feb  1 17:36:10 2014
New Revision: 1563448

URL: http://svn.apache.org/r1563448
Log:
Sync the Maven POM defined dependencies with the Ant build ones

Modified:
    poi/trunk/maven/poi.pom

Modified: poi/trunk/maven/poi.pom
URL: 
http://svn.apache.org/viewvc/poi/trunk/maven/poi.pom?rev=1563448&r1=1563447&r2=1563448&view=diff
==============================================================================
--- poi/trunk/maven/poi.pom (original)
+++ poi/trunk/maven/poi.pom Sat Feb  1 17:36:10 2014
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to