You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/03/11 11:33:12 UTC

svn commit: r635870 - /incubator/shindig/trunk/java/gadgets/pom.xml

Author: lindner
Date: Tue Mar 11 03:33:05 2008
New Revision: 635870

URL: http://svn.apache.org/viewvc?rev=635870&view=rev
Log:
Baby steps for SHINDIG-109, add oauth library

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

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=635870&r1=635869&r2=635870&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Tue Mar 11 03:33:05 2008
@@ -177,6 +177,10 @@
       <id>caja</id>
       <url>http://google-caja.googlecode.com/svn/maven</url>
     </repository>
+    <repository>
+      <id>oauth</id>
+      <url>http://oauth.googlecode.com/svn/code/maven</url>
+    </repository>
   </repositories>
 
   <dependencies>
@@ -218,6 +222,12 @@
       <groupId>caja</groupId>
       <artifactId>caja</artifactId>
       <version>r422</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.oauth</groupId> 
+      <artifactId>core</artifactId>
+      <version>20080229</version>
       <scope>compile</scope>
     </dependency>
 		<dependency>