You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/05/06 11:18:05 UTC

svn commit: r941621 - /shindig/trunk/pom.xml

Author: lindner
Date: Thu May  6 09:18:05 2010
New Revision: 941621

URL: http://svn.apache.org/viewvc?rev=941621&view=rev
Log:
Pull in latest oauth libs

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=941621&r1=941620&r2=941621&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Thu May  6 09:18:05 2010
@@ -1391,7 +1391,7 @@
       <dependency>
         <groupId>net.oauth.core</groupId>
         <artifactId>oauth</artifactId>
-        <version>20090531</version>
+        <version>20090825</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
@@ -1403,7 +1403,7 @@
       <dependency>
         <groupId>net.oauth.core</groupId>
         <artifactId>oauth-httpclient4</artifactId>
-        <version>20090531</version>
+        <version>20090913</version>
         <scope>compile</scope>
       </dependency>
       <dependency>