Skip to content

Commit

Permalink
Merge pull request #985 from amilbourne/0.9
Browse files Browse the repository at this point in the history
Upgrade to Jersey 1.19
  • Loading branch information
jianghaolu authored Jul 28, 2016
2 parents 60aa3c9 + d87dc3c commit 9a20acc
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 9a20acc

Please sign in to comment.