rsanchez
2014-09-29 4be65eae04c0ed497bf404d43f9a11a4993a239d
pom.xml
....@@ -3,7 +3,7 @@
33 <modelVersion>4.0.0</modelVersion>
44 <groupId>net.curisit</groupId>
55 <artifactId>securis-client</artifactId>
6
- <version>0.9.6-SNAPSHOT</version>
6
+ <version>0.9.7-SNAPSHOT</version>
77 <build>
88 <plugins>
99 <plugin>
....@@ -47,11 +47,6 @@
4747 <version>1.2</version>
4848 </dependency>
4949 <dependency>
50
- <groupId>commons-net</groupId>
51
- <artifactId>commons-net</artifactId>
52
- <version>3.3</version>
53
- </dependency>
54
- <dependency>
5550 <groupId>org.codehaus.jackson</groupId>
5651 <artifactId>jackson-mapper-asl</artifactId>
5752 <version>1.9.13</version>
....@@ -61,6 +56,11 @@
6156 <artifactId>log4j-core</artifactId>
6257 <version>2.0.2</version>
6358 </dependency>
59
+ <dependency>
60
+ <groupId>org.apache.httpcomponents</groupId>
61
+ <artifactId>httpclient</artifactId>
62
+ <version>4.4-beta1</version>
63
+ </dependency>
6464 </dependencies>
6565
6666 <distributionManagement>