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>