From 8cc95fdfbe8146af8d5d4bcac7f7b9e3e2eb95c6 Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Fri, 21 Feb 2014 13:52:42 +0000
Subject: [PATCH] #0 feaure - Created main methods for License validation

---
 pom.xml |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 27659dc..23a9cdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,6 @@
   <artifactId>securis-client</artifactId>
   <version>0.0.1-SNAPSHOT</version>
   <build>
-    <sourceDirectory>src</sourceDirectory>
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -37,5 +36,20 @@
   		<artifactId>commons-cli</artifactId>
   		<version>1.2</version>
   	</dependency>
+  	<dependency>
+  		<groupId>commons-net</groupId>
+  		<artifactId>commons-net</artifactId>
+  		<version>3.3</version>
+  	</dependency>
+  	<dependency>
+  		<groupId>org.codehaus.jackson</groupId>
+  		<artifactId>jackson-mapper-asl</artifactId>
+  		<version>1.9.13</version>
+  	</dependency>
+  	<dependency>
+  		<groupId>org.apache.logging.log4j</groupId>
+  		<artifactId>log4j-api</artifactId>
+  		<version>2.0-rc1</version>
+  	</dependency>
   </dependencies>
 </project>
\ No newline at end of file

--
Gitblit v1.3.2