From 4fdf4329cf6ca908a46759d32a4c8b054dc9eed2 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Tue, 13 May 2014 16:37:06 +1200 Subject: removing duplicate httpclient dependency and add missing commons-codec --- pom.xml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 8b7a82e..9d232c1 100644 --- a/pom.xml +++ b/pom.xml @@ -20,16 +20,6 @@ - - commons-httpclient - commons-httpclient - 3.1 - - - commons-httpclient - commons-httpclient - 3.1 - org.apache.maven.wagon wagon-http @@ -40,6 +30,11 @@ commons-httpclient 3.1 + + commons-codec + commons-codec + 1.9 + org.codehaus.jackson jackson-jaxrs -- cgit v1.2.3