Repository: jclouds Updated Branches: refs/heads/master 717b75a34 -> 38cb34e12
[JCLOUDS-1233] bump jax-rs version Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/38cb34e1 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/38cb34e1 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/38cb34e1 Branch: refs/heads/master Commit: 38cb34e123e49d3664b3f5ef24de613a5a24f598 Parents: 717b75a Author: Andrea Turli <[email protected]> Authored: Fri Feb 3 11:54:44 2017 +0100 Committer: Andrea Turli <[email protected]> Committed: Wed Feb 15 11:16:26 2017 +0100 ---------------------------------------------------------------------- core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/38cb34e1/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index b47541e..5c27f57 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -46,8 +46,8 @@ <dependencies> <dependency> <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> - <version>1.1.1</version> + <artifactId>javax.ws.rs-api</artifactId> + <version>2.0.1</version> </dependency> <dependency> <groupId>com.google.inject.extensions</groupId>
