Roberto Sánchez
2014-02-21 8cc95fdfbe8146af8d5d4bcac7f7b9e3e2eb95c6
pom.xml
....@@ -4,7 +4,6 @@
44 <artifactId>securis-client</artifactId>
55 <version>0.0.1-SNAPSHOT</version>
66 <build>
7
- <sourceDirectory>src</sourceDirectory>
87 <plugins>
98 <plugin>
109 <artifactId>maven-compiler-plugin</artifactId>
....@@ -37,5 +36,20 @@
3736 <artifactId>commons-cli</artifactId>
3837 <version>1.2</version>
3938 </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>
4054 </dependencies>
4155 </project>