Roberto Sánchez
2013-12-19 cc3f9054f478d9698e240bfb644d0d9de9a37c85
securis/pom.xml
....@@ -7,16 +7,6 @@
77 <description>CurisTEC Server Licenses</description>
88 <dependencies>
99 <dependency>
10
- <groupId>com.sun.jersey</groupId>
11
- <artifactId>jersey-grizzly2</artifactId>
12
- <version>1.18</version>
13
- </dependency>
14
- <dependency>
15
- <groupId>org.glassfish.jersey.media</groupId>
16
- <artifactId>jersey-media-json-jackson</artifactId>
17
- <version>2.4.1</version>
18
- </dependency>
19
- <dependency>
2010 <groupId>commons-lang</groupId>
2111 <artifactId>commons-lang</artifactId>
2212 <version>2.6</version>
....@@ -27,9 +17,29 @@
2717 <version>0.0.1-SNAPSHOT</version>
2818 </dependency>
2919 <dependency>
30
- <groupId>com.sun.jersey.contribs</groupId>
31
- <artifactId>jersey-guice</artifactId>
32
- <version>1.18</version>
20
+ <groupId>javax.servlet</groupId>
21
+ <artifactId>javax.servlet-api</artifactId>
22
+ <version>3.1.0</version>
23
+ </dependency>
24
+ <dependency>
25
+ <groupId>org.eclipse.jetty</groupId>
26
+ <artifactId>jetty-webapp</artifactId>
27
+ <version>9.0.7.v20131107</version>
28
+ </dependency>
29
+ <dependency>
30
+ <groupId>org.jboss.resteasy</groupId>
31
+ <artifactId>resteasy-guice</artifactId>
32
+ <version>3.0.5.Final</version>
33
+ </dependency>
34
+ <dependency>
35
+ <groupId>org.jboss.resteasy</groupId>
36
+ <artifactId>resteasy-jaxrs</artifactId>
37
+ <version>3.0.5.Final</version>
38
+ </dependency>
39
+ <dependency>
40
+ <groupId>org.jboss.resteasy</groupId>
41
+ <artifactId>resteasy-jackson-provider</artifactId>
42
+ <version>3.0.5.Final</version>
3343 </dependency>
3444 </dependencies>
3545 <build>