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:13:29 UTC

svn commit: r1206753 - /incubator/droids/trunk/droids-core/pom.xml

Author: rfrovarp
Date: Sun Nov 27 16:13:29 2011
New Revision: 1206753

URL: http://svn.apache.org/viewvc?rev=1206753&view=rev
Log:
Update dependency versions.

Modified:
    incubator/droids/trunk/droids-core/pom.xml

Modified: incubator/droids/trunk/droids-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/pom.xml?rev=1206753&r1=1206752&r2=1206753&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/pom.xml (original)
+++ incubator/droids/trunk/droids-core/pom.xml Sun Nov 27 16:13:29 2011
@@ -79,7 +79,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>r07</version>
+      <version>10.0.1</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.6.1</version>
+      <version>1.6.4</version>
       <scope>test</scope>
     </dependency>
   </dependencies>