From 4be65eae04c0ed497bf404d43f9a11a4993a239d Mon Sep 17 00:00:00 2001 From: rsanchez <rsanchez@curisit.net> Date: Mon, 29 Sep 2014 15:25:59 +0000 Subject: [PATCH] #2021 fix - Added HTTP client to connect to SeCuris server --- pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index f4c8d55..eb68e1f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>net.curisit</groupId> <artifactId>securis-client</artifactId> - <version>0.9.6-SNAPSHOT</version> + <version>0.9.7-SNAPSHOT</version> <build> <plugins> <plugin> @@ -47,11 +47,6 @@ <version>1.2</version> </dependency> <dependency> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> - <version>3.3</version> - </dependency> - <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.9.13</version> @@ -61,6 +56,11 @@ <artifactId>log4j-core</artifactId> <version>2.0.2</version> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.4-beta1</version> + </dependency> </dependencies> <distributionManagement> -- Gitblit v1.3.2