| .. | .. |
|---|
| 7 | 7 | <description>CurisTEC Server Licenses</description> |
|---|
| 8 | 8 | <dependencies> |
|---|
| 9 | 9 | <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> |
|---|
| 20 | 10 | <groupId>commons-lang</groupId> |
|---|
| 21 | 11 | <artifactId>commons-lang</artifactId> |
|---|
| 22 | 12 | <version>2.6</version> |
|---|
| .. | .. |
|---|
| 27 | 17 | <version>0.0.1-SNAPSHOT</version> |
|---|
| 28 | 18 | </dependency> |
|---|
| 29 | 19 | <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> |
|---|
| 33 | 43 | </dependency> |
|---|
| 34 | 44 | </dependencies> |
|---|
| 35 | 45 | <build> |
|---|