Roberto Sánchez
2013-12-17 9dee3b104cccba41cab0f4369bec444485da7014
securis/pom.xml
....@@ -26,6 +26,11 @@
2626 <artifactId>commons</artifactId>
2727 <version>0.0.1-SNAPSHOT</version>
2828 </dependency>
29
+ <dependency>
30
+ <groupId>com.sun.jersey.contribs</groupId>
31
+ <artifactId>jersey-guice</artifactId>
32
+ <version>1.18</version>
33
+ </dependency>
2934 </dependencies>
3035 <build>
3136 <plugins>