aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBlayne Chard <blacha@aviarc.com>2014-05-13 16:37:06 +1200
committerBlayne Chard <blacha@aviarc.com>2014-05-14 17:11:07 +1200
commit4fdf4329cf6ca908a46759d32a4c8b054dc9eed2 (patch)
tree381ba538d67cd14eaa1788a0a935dbf2d32a9299 /pom.xml
parent3a8d79bdf929ca07e4692dcaacca54e207eb3ff3 (diff)
downloadbbprb-4fdf4329cf6ca908a46759d32a4c8b054dc9eed2.tar.gz
removing duplicate httpclient dependency and add missing commons-codec
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 8b7a82e..9d232c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,16 +21,6 @@
<dependencies>
<dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>2.4</version>
@@ -41,6 +31,11 @@
<version>3.1</version>
</dependency>
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.9</version>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.13</version>