surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

upgrade to Apache HttpClient 4.0 beta 2 #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

The OAuth Java library is currently using HttpClient 4.0 beta 1

Can you upgrade to HttpClient 4.0 beta 2?

http://repo2.maven.org/maven2/org/apache/httpcomponents/httpclient/4.0-beta2/

OAuth's pom.xml needs this dependency:

    <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpclient</artifactId>
        <version>4.0-beta2</version>
    </dependency>     

Original issue reported on code.google.com by sean%sea...@gtempaccount.com on 28 Dec 2008 at 9:47

GoogleCodeExporter commented 9 years ago

Original comment by leah.culver on 14 Jan 2009 at 10:02

GoogleCodeExporter commented 9 years ago
Done in -r843 and released in 
http://oauth.googlecode.com/svn/code/maven/net/oauth/oauth-core/20090121

Original comment by jmkrist...@gmail.com on 28 Jan 2009 at 6:51