Please, revert this in the 2.0.x branch. We don't want to bump versions in bugfix branches. Furthermore, this change breaks karaf tests (they're broken in master) and the only proposed fix requires a significant refactor.
On 6 March 2017 at 17:21, <[email protected]> wrote: > Repository: jclouds > Updated Branches: > refs/heads/2.0.x c6d8f8044 -> 8268a2dbe > > > [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/40d18f20 > Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/40d18f20 > Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/40d18f20 > > Branch: refs/heads/2.0.x > Commit: 40d18f2006a1e2111cbb20ee333bd60480cd21f8 > Parents: c6d8f80 > Author: Andrea Turli <[email protected]> > Authored: Fri Feb 3 11:54:44 2017 +0100 > Committer: Andrea Turli <[email protected]> > Committed: Mon Mar 6 17:20:06 2017 +0100 > > ---------------------------------------------------------------------- > core/pom.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/jclouds/blob/40d18f20/core/pom.xml > ---------------------------------------------------------------------- > diff --git a/core/pom.xml b/core/pom.xml > index 8a1b0b2..bf0c381 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> >
