From 5b8fb59c48ef77581cbf31bcd9f4eba75d08bbf2 Mon Sep 17 00:00:00 2001 From: Luca Milanesio Date: Tue, 10 Feb 2015 20:39:21 +0000 Subject: [PATCH] Jersey dependency pushed back to 1.7 for Hadoop-dependency-hell When linking with Hadoop client libraries, we need to work against Jersey 1.7 --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8874b27..38e60af 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.jfarcand jersey-ahc-client jersey-ahc-client - 1.0.5 + 1.0.5.jersey.1.7 jar Async Http Client implementation for the Jersey Client API. @@ -61,7 +61,7 @@ - 1.14 + 1.7 1.8.5 3.9.0.Final @@ -75,6 +75,12 @@ com.sun.jersey jersey-json ${jersey.version} + + + org.codehaus.jettison + jettison + + javax.ws.rs