| .. | .. |
|---|
| 59 | 59 | <dependency> |
|---|
| 60 | 60 | <groupId>net.curisit</groupId> |
|---|
| 61 | 61 | <artifactId>securis-client</artifactId> |
|---|
| 62 | | - <version>0.9.8-SNAPSHOT</version> |
|---|
| 62 | + <version>1.0.1-SNAPSHOT</version> |
|---|
| 63 | 63 | </dependency> |
|---|
| 64 | 64 | <dependency> |
|---|
| 65 | 65 | <groupId>org.hibernate</groupId> |
|---|
| 66 | 66 | <artifactId>hibernate-c3p0</artifactId> |
|---|
| 67 | 67 | <version>4.3.6.Final</version> |
|---|
| 68 | 68 | </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> |
|---|
| 69 | 79 | </dependencies> |
|---|
| 70 | 80 | <build> |
|---|
| 71 | 81 | <plugins> |
|---|