You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/11/22 21:51:06 UTC

svn commit: r1205163 - /archiva/trunk/pom.xml

Author: olamy
Date: Tue Nov 22 20:51:06 2011
New Revision: 1205163

URL: http://svn.apache.org/viewvc?rev=1205163&view=rev
Log:
upgrade guava version to avoid dup jar with redback

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1205163&r1=1205162&r2=1205163&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Tue Nov 22 20:51:06 2011
@@ -486,7 +486,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>r09</version>
+        <version>10.0</version>
       </dependency>
       <dependency>
         <groupId>stax</groupId>