surjit / oauth

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

OAuth httpclient4 - upgrade to HttpClient 4.0 GA #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Please update the pom.xml file for OAuth httpclient4

Change this:

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

to:

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

Original issue reported on code.google.com by sean%sea...@gtempaccount.com on 13 Sep 2009 at 6:24

GoogleCodeExporter commented 8 years ago
Done in -r1123 and Maven artifact version 20090913.

Original comment by jmkrist...@gmail.com on 14 Sep 2009 at 12:44

GoogleCodeExporter commented 8 years ago

I inspected the new pom.xml file and noticed that one of the dependencies is 
out of date:

    <dependency>
      <groupId>net.oauth.core</groupId>
      <artifactId>oauth-consumer</artifactId>
      <version>20090617</version>
    </dependency>

Can you bring this dependency up to date?

    <dependency>
      <groupId>net.oauth.core</groupId>
      <artifactId>oauth-consumer</artifactId>
      <version>20090823</version>
    </dependency>

Original comment by sean%sea...@gtempaccount.com on 14 Sep 2009 at 3:52