securis/pom.xml
.. .. @@ -51,6 +51,11 @@ 51 51 <artifactId>commons</artifactId> 52 52 <version>0.0.1-SNAPSHOT</version> 53 53 </dependency> 54 + <dependency>55 + <groupId>org.slf4j</groupId>56 + <artifactId>slf4j-log4j12</artifactId>57 + <version>1.7.7</version>58 + </dependency>54 59 </dependencies> 55 60 <build> 56 61 <plugins>