Skip to content

Commit

Permalink
Upgrade to Jersey 1.19
Browse files Browse the repository at this point in the history
This upgrade allows projects using newer versions of the jsr311 api
(JAX-RS) to exclude the dependency from Jersey.  Jersey 1.13 just had
the api classes as part of the codebase (not a dependency) so you
couldn't resolve the conflict.
  • Loading branch information
Anthony Milbourne committed Jul 26, 2016
1 parent 60aa3c9 commit d87dc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
<version>1.13</version>
<version>1.19</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>1.13</version>
<version>1.19</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit d87dc3c

Please sign in to comment.