Modified:
/trunk/jfireeagle/.classpath
/trunk/jfireeagle/pom.xml
=======================================
--- /trunk/jfireeagle/.classpath Sat Sep 12 20:53:09 2009
+++ /trunk/jfireeagle/.classpath Sun Sep 13 20:31:20 2009
@@ -14,7 +14,7 @@
<classpathentry kind="var" path="M2_REPO/junit/junit/4.7/junit-4.7.jar"/>
<classpathentry kind="var"
path="M2_REPO/net/oauth/core/oauth/20090617/oauth-20090617.jar"/>
<classpathentry kind="var"
path="M2_REPO/net/oauth/core/oauth-consumer/20090617/oauth-consumer-20090617.jar"/>
- <classpathentry kind="var"
path="M2_REPO/net/oauth/core/oauth-httpclient4/20090617/oauth-httpclient4-20090617.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/net/oauth/core/oauth-httpclient4/20090913/oauth-httpclient4-20090913.jar"/>
<classpathentry kind="var"
path="M2_REPO/com/thoughtworks/xstream/xstream/1.4-SNAPSHOT/xstream-1.4-SNAPSHOT.jar"
sourcepath="M2_REPO/com/thoughtworks/xstream/xstream/1.4-SNAPSHOT/xstream-1.4-SNAPSHOT-sources.jar">
<attributes>
<attribute
value="jar:file:/Users/sean/.m2/repository/com/thoughtworks/xstream/xstream/1.4-SNAPSHOT/xstream-1.4-SNAPSHOT-javadoc.jar!/"
name="javadoc_location"/>
=======================================
--- /trunk/jfireeagle/pom.xml Sat Sep 12 20:53:09 2009
+++ /trunk/jfireeagle/pom.xml Sun Sep 13 20:31:20 2009
@@ -71,11 +71,6 @@
<dependencies>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.0</version>
- </dependency>
- <dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4-SNAPSHOT</version>
@@ -89,7 +84,7 @@
<dependency>
<groupId>net.oauth.core</groupId>
<artifactId>oauth-httpclient4</artifactId>
- <version>20090617</version>
+ <version>20090913</version>
</dependency>
<dependency>
<groupId>junit</groupId>