Author: lindner
Date: Mon May 10 14:19:33 2010
New Revision: 942749
URL: http://svn.apache.org/viewvc?rev=942749&view=rev
Log:
add transdep for oauth
Modified:
shindig/trunk/java/gadgets/pom.xml
Modified: shindig/trunk/java/gadgets/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/gadgets/pom.xml?rev=942749&r1=942748&r2=942749&view=diff
==============================================================================
--- shindig/trunk/java/gadgets/pom.xml (original)
+++ shindig/trunk/java/gadgets/pom.xml Mon May 10 14:19:33 2010
@@ -143,6 +143,10 @@
</dependency>
<dependency>
<groupId>net.oauth.core</groupId>
+ <artifactId>oauth</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>net.oauth.core</groupId>
<artifactId>oauth-httpclient4</artifactId>
</dependency>
<dependency>