Modified:
trunk/jfireeagle-android-app/pom.xml
Log:
use oauth-httpclient4
Modified: trunk/jfireeagle-android-app/pom.xml
==============================================================================
--- trunk/jfireeagle-android-app/pom.xml (original)
+++ trunk/jfireeagle-android-app/pom.xml Sun Jun 21 23:06:58 2009
@@ -77,8 +77,8 @@
<version>1.3.1</version>
</dependency>
<dependency>
- <groupId>net.oauth</groupId>
- <artifactId>oauth-core</artifactId>
+ <groupId>net.oauth.core</groupId>
+ <artifactId>oauth-httpclient4</artifactId>
<version>20090531</version>
</dependency>
<dependency>