securis/pom.xml
.. .. @@ -26,6 +26,11 @@ 26 26 <artifactId>commons</artifactId> 27 27 <version>0.0.1-SNAPSHOT</version> 28 28 </dependency> 29 + <dependency>30 + <groupId>com.sun.jersey.contribs</groupId>31 + <artifactId>jersey-guice</artifactId>32 + <version>1.18</version>33 + </dependency>29 34 </dependencies> 30 35 <build> 31 36 <plugins>