|
@@ -326,12 +326,12 @@
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-core</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-grizzly</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.codehaus.jackson</groupId>
|
|
@@ -366,43 +366,43 @@
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-bundle</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-json</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-server</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey</groupId>
|
|
|
<artifactId>jersey-client</artifactId>
|
|
|
- <version>1.11</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey.contribs</groupId>
|
|
|
<artifactId>jersey-multipart</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey.jersey-test-framework</groupId>
|
|
|
<artifactId>jersey-test-framework-core</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey.jersey-test-framework</groupId>
|
|
|
<artifactId>jersey-test-framework-grizzly2</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey.contribs</groupId>
|
|
|
<artifactId>jersey-guice</artifactId>
|
|
|
- <version>1.18</version>
|
|
|
+ <version>1.19</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>log4j</groupId>
|