rsanchez
2014-10-22 ddec2c5c7b7842536d6d705c2de20f96e16c8aa8
securis/pom.xml
....@@ -59,13 +59,23 @@
5959 <dependency>
6060 <groupId>net.curisit</groupId>
6161 <artifactId>securis-client</artifactId>
62
- <version>0.9.8-SNAPSHOT</version>
62
+ <version>1.0.1-SNAPSHOT</version>
6363 </dependency>
6464 <dependency>
6565 <groupId>org.hibernate</groupId>
6666 <artifactId>hibernate-c3p0</artifactId>
6767 <version>4.3.6.Final</version>
6868 </dependency>
69
+ <dependency>
70
+ <groupId>org.apache.httpcomponents</groupId>
71
+ <artifactId>httpclient</artifactId>
72
+ <version>4.4-beta1</version>
73
+ </dependency>
74
+ <dependency>
75
+ <groupId>org.apache.httpcomponents</groupId>
76
+ <artifactId>httpmime</artifactId>
77
+ <version>4.4-beta1</version>
78
+ </dependency>
6979 </dependencies>
7080 <build>
7181 <plugins>