You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ch...@apache.org on 2010/10/02 01:29:11 UTC

svn commit: r1003704 - /shindig/trunk/java/samples/pom.xml

Author: chirag
Date: Fri Oct  1 23:29:10 2010
New Revision: 1003704

URL: http://svn.apache.org/viewvc?rev=1003704&view=rev
Log:
SHINDIG-1437 | Remove the duplicate dependency on guava. Thank you Christiaan Hees!

Modified:
    shindig/trunk/java/samples/pom.xml

Modified: shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/java/samples/pom.xml?rev=1003704&r1=1003703&r2=1003704&view=diff
==============================================================================
--- shindig/trunk/java/samples/pom.xml (original)
+++ shindig/trunk/java/samples/pom.xml Fri Oct  1 23:29:10 2010
@@ -127,10 +127,6 @@
       <groupId>commons-io</groupId>
     </dependency>
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-    </dependency>
-    <dependency>
       <groupId>net.oauth.core</groupId>
       <artifactId>oauth-httpclient4</artifactId>
     </dependency>