Author: lindner
Date: Thu Jun 25 00:09:10 2009
New Revision: 788218

URL: http://svn.apache.org/viewvc?rev=788218&view=rev
Log:
SHINDIG-1092  | adjust to the fine-grained oauth deps

Modified:
    incubator/shindig/trunk/java/common/pom.xml
    incubator/shindig/trunk/java/gadgets/pom.xml
    incubator/shindig/trunk/java/samples/pom.xml
    incubator/shindig/trunk/java/social-api/pom.xml
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/java/common/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/pom.xml?rev=788218&r1=788217&r2=788218&view=diff
==============================================================================
--- incubator/shindig/trunk/java/common/pom.xml (original)
+++ incubator/shindig/trunk/java/common/pom.xml Thu Jun 25 00:09:10 2009
@@ -123,8 +123,8 @@
       <artifactId>json</artifactId>
     </dependency>
     <dependency>
-      <groupId>net.oauth</groupId>
-      <artifactId>oauth-core</artifactId>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth</artifactId>
     </dependency>
     <dependency>
       <groupId>net.sf.json-lib</groupId>

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=788218&r1=788217&r2=788218&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Thu Jun 25 00:09:10 2009
@@ -144,8 +144,12 @@
       <artifactId>json_simple</artifactId>
     </dependency>
     <dependency>
-      <groupId>net.oauth</groupId>
-      <artifactId>oauth-core</artifactId>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth-consumer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth-httpclient3</artifactId>
     </dependency>
     <dependency>
       <groupId>com.google.collections</groupId>

Modified: incubator/shindig/trunk/java/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/pom.xml?rev=788218&r1=788217&r2=788218&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/pom.xml (original)
+++ incubator/shindig/trunk/java/samples/pom.xml Thu Jun 25 00:09:10 2009
@@ -139,8 +139,12 @@
       <artifactId>google-collections</artifactId>
     </dependency>
     <dependency>
-      <groupId>net.oauth</groupId>
-      <artifactId>oauth-core</artifactId>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth-consumer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth-httpclient3</artifactId>
     </dependency>
 
     <!-- Hibernate -->

Modified: incubator/shindig/trunk/java/social-api/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=788218&r1=788217&r2=788218&view=diff
==============================================================================
--- incubator/shindig/trunk/java/social-api/pom.xml (original)
+++ incubator/shindig/trunk/java/social-api/pom.xml Thu Jun 25 00:09:10 2009
@@ -113,9 +113,18 @@
       <groupId>commons-collections</groupId>
     </dependency>
     <dependency>
-      <groupId>net.oauth</groupId>
-      <artifactId>oauth-core</artifactId>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth-provider</artifactId>
     </dependency>
+    <dependency>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth-consumer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>net.oauth.core</groupId>
+      <artifactId>oauth-httpclient3</artifactId>
+    </dependency>
+
     <!-- may only be needed for JDK < 1.6 -->
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=788218&r1=788217&r2=788218&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Jun 25 00:09:10 2009
@@ -1337,8 +1337,26 @@
         <scope>compile</scope>
       </dependency>
       <dependency>
-        <groupId>net.oauth</groupId>
-        <artifactId>oauth-core</artifactId>
+        <groupId>net.oauth.core</groupId>
+        <artifactId>oauth</artifactId>
+        <version>20090531</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>net.oauth.core</groupId>
+        <artifactId>oauth-consumer</artifactId>
+        <version>20090531</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>net.oauth.core</groupId>
+        <artifactId>oauth-provider</artifactId>
+        <version>20090531</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>net.oauth.core</groupId>
+        <artifactId>oauth-httpclient3</artifactId>
         <version>20090531</version>
         <scope>compile</scope>
       </dependency>


Reply via email to