| .. | .. |
|---|
| 3 | 3 | <modelVersion>4.0.0</modelVersion> |
|---|
| 4 | 4 | <groupId>net.curisit</groupId> |
|---|
| 5 | 5 | <artifactId>securis-client</artifactId> |
|---|
| 6 | | - <version>0.9.6-SNAPSHOT</version> |
|---|
| 6 | + <version>0.9.7-SNAPSHOT</version> |
|---|
| 7 | 7 | <build> |
|---|
| 8 | 8 | <plugins> |
|---|
| 9 | 9 | <plugin> |
|---|
| .. | .. |
|---|
| 47 | 47 | <version>1.2</version> |
|---|
| 48 | 48 | </dependency> |
|---|
| 49 | 49 | <dependency> |
|---|
| 50 | | - <groupId>commons-net</groupId> |
|---|
| 51 | | - <artifactId>commons-net</artifactId> |
|---|
| 52 | | - <version>3.3</version> |
|---|
| 53 | | - </dependency> |
|---|
| 54 | | - <dependency> |
|---|
| 55 | 50 | <groupId>org.codehaus.jackson</groupId> |
|---|
| 56 | 51 | <artifactId>jackson-mapper-asl</artifactId> |
|---|
| 57 | 52 | <version>1.9.13</version> |
|---|
| .. | .. |
|---|
| 61 | 56 | <artifactId>log4j-core</artifactId> |
|---|
| 62 | 57 | <version>2.0.2</version> |
|---|
| 63 | 58 | </dependency> |
|---|
| 59 | + <dependency> |
|---|
| 60 | + <groupId>org.apache.httpcomponents</groupId> |
|---|
| 61 | + <artifactId>httpclient</artifactId> |
|---|
| 62 | + <version>4.4-beta1</version> |
|---|
| 63 | + </dependency> |
|---|
| 64 | 64 | </dependencies> |
|---|
| 65 | 65 | |
|---|
| 66 | 66 | <distributionManagement> |
|---|