You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/02/16 21:12:13 UTC

svn commit: r1245155 - /karaf/trunk/pom.xml

Author: jbonofre
Date: Thu Feb 16 20:12:13 2012
New Revision: 1245155

URL: http://svn.apache.org/viewvc?rev=1245155&view=rev
Log:
[KARAF-1207] Rollback to guava 10.0.1 waiting for a new pax-exam release

Modified:
    karaf/trunk/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1245155&r1=1245154&r2=1245155&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Thu Feb 16 20:12:13 2012
@@ -1066,7 +1066,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>11.0.1</version>
+                <version>10.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.base</groupId>