rsanchez
2014-09-29 c5bea8fd5f5f7496ae5524f6ecdea90e7af57cf4
securis/pom.xml
....@@ -51,6 +51,11 @@
5151 <artifactId>commons</artifactId>
5252 <version>0.0.1-SNAPSHOT</version>
5353 </dependency>
54
+ <dependency>
55
+ <groupId>org.slf4j</groupId>
56
+ <artifactId>slf4j-log4j12</artifactId>
57
+ <version>1.7.7</version>
58
+ </dependency>
5459 </dependencies>
5560 <build>
5661 <plugins>