You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/04 15:42:29 UTC

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

Author: vsiveton
Date: Sat Apr  4 13:42:29 2009
New Revision: 761941

URL: http://svn.apache.org/viewvc?rev=761941&view=rev
Log:
o added undeclared dependency

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

Modified: incubator/shindig/trunk/java/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/pom.xml?rev=761941&r1=761940&r2=761941&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/pom.xml (original)
+++ incubator/shindig/trunk/java/samples/pom.xml Sat Apr  4 13:42:29 2009
@@ -119,6 +119,10 @@
       <groupId>com.google.collections</groupId>
       <artifactId>google-collections</artifactId>
     </dependency>
+    <dependency>
+      <groupId>net.oauth</groupId>
+      <artifactId>oauth-core</artifactId>
+    </dependency>
 
     <!-- Hibernate -->
     <dependency>