Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Commit

Permalink
Jersey dependency pushed back to 1.7 for Hadoop-dependency-hell
Browse files Browse the repository at this point in the history
When linking with Hadoop client libraries, we need to work against
Jersey 1.7
  • Loading branch information
lucamilanesio committed Feb 10, 2015
1 parent f733792 commit f8838a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.jfarcand</groupId>
<artifactId>jersey-ahc-client</artifactId>
<name>jersey-ahc-client</name>
<version>1.0.5</version>
<version>1.0.5.jersey.1.7</version>
<packaging>jar</packaging>
<description>
Async Http Client implementation for the Jersey Client API.
Expand Down Expand Up @@ -61,7 +61,7 @@
</license>
</licenses>
<properties>
<jersey.version>1.14</jersey.version>
<jersey.version>1.7</jersey.version>
<async-http-client-version>1.8.5</async-http-client-version>
<netty-version>3.9.0.Final</netty-version>
</properties>
Expand Down

0 comments on commit f8838a9

Please sign in to comment.