You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by rf...@apache.org on 2011/11/27 16:02:27 UTC

svn commit: r1206751 - /incubator/droids/trunk/pom.xml

Author: rfrovarp
Date: Sun Nov 27 16:02:26 2011
New Revision: 1206751

URL: http://svn.apache.org/viewvc?rev=1206751&view=rev
Log:
Update base dependencies to newer versions.
Not updating commons-io at the moment as I'm note sure the effects that will have (major version change).

Modified:
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=1206751&r1=1206750&r2=1206751&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Sun Nov 27 16:02:26 2011
@@ -79,9 +79,9 @@
     <commons-io.version>1.4</commons-io.version>
     <httpclient.version>4.0.1</httpclient.version>
     <nekohtml.version>1.9.15</nekohtml.version>
-    <log4j.version>1.2.14</log4j.version>
-    <spring-conf.version>2.0.0</spring-conf.version>
-    <junit.version>4.5</junit.version>
+    <log4j.version>1.2.16</log4j.version>
+    <spring-conf.version>2.1.0</spring-conf.version>
+    <junit.version>4.10</junit.version>
   </properties>
 
   <dependencyManagement>
@@ -120,7 +120,7 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.6.1</version>
+        <version>1.6.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>