| .. | .. |
|---|
| 4 | 4 | <artifactId>securis-client</artifactId> |
|---|
| 5 | 5 | <version>0.0.1-SNAPSHOT</version> |
|---|
| 6 | 6 | <build> |
|---|
| 7 | | - <sourceDirectory>src</sourceDirectory> |
|---|
| 8 | 7 | <plugins> |
|---|
| 9 | 8 | <plugin> |
|---|
| 10 | 9 | <artifactId>maven-compiler-plugin</artifactId> |
|---|
| .. | .. |
|---|
| 37 | 36 | <artifactId>commons-cli</artifactId> |
|---|
| 38 | 37 | <version>1.2</version> |
|---|
| 39 | 38 | </dependency> |
|---|
| 39 | + <dependency> |
|---|
| 40 | + <groupId>commons-net</groupId> |
|---|
| 41 | + <artifactId>commons-net</artifactId> |
|---|
| 42 | + <version>3.3</version> |
|---|
| 43 | + </dependency> |
|---|
| 44 | + <dependency> |
|---|
| 45 | + <groupId>org.codehaus.jackson</groupId> |
|---|
| 46 | + <artifactId>jackson-mapper-asl</artifactId> |
|---|
| 47 | + <version>1.9.13</version> |
|---|
| 48 | + </dependency> |
|---|
| 49 | + <dependency> |
|---|
| 50 | + <groupId>org.apache.logging.log4j</groupId> |
|---|
| 51 | + <artifactId>log4j-api</artifactId> |
|---|
| 52 | + <version>2.0-rc1</version> |
|---|
| 53 | + </dependency> |
|---|
| 40 | 54 | </dependencies> |
|---|
| 41 | 55 | </project> |
|---|