Skip to content

Commit

Permalink
upgrade jersey-client to version 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Sdorra committed Dec 29, 2011
1 parent d3dc4d6 commit c5ef95b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -59,12 +59,12 @@
<dependency> <dependency>
<groupId>com.sun.jersey</groupId> <groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId> <artifactId>jersey-client</artifactId>
<version>1.9</version> <version>1.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.sun.jersey</groupId> <groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId> <artifactId>jersey-json</artifactId>
<version>1.9</version> <version>1.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.ws.rs</groupId> <groupId>javax.ws.rs</groupId>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency> <dependency>
<groupId>com.sun.jersey</groupId> <groupId>com.sun.jersey</groupId>
<artifactId>jersey-grizzly</artifactId> <artifactId>jersey-grizzly</artifactId>
<version>1.9</version> <version>1.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
Expand Down

0 comments on commit c5ef95b

Please sign in to comment.