Repository: archiva-redback-core Updated Branches: refs/heads/master 47cd662af -> 458bcde3c
upgrade javax ws rs dependency Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/458bcde3 Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/458bcde3 Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/458bcde3 Branch: refs/heads/master Commit: 458bcde3c786f86a7b00ebb91dc92d6f3a9b641b Parents: 47cd662 Author: Olivier Lamy <[email protected]> Authored: Sat Feb 7 22:57:11 2015 +1100 Committer: Olivier Lamy <[email protected]> Committed: Sat Feb 7 22:57:11 2015 +1100 ---------------------------------------------------------------------- pom.xml | 4 ++-- redback-integrations/redback-rest/redback-rest-api/pom.xml | 2 +- redback-integrations/redback-rest/redback-rest-services/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/458bcde3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index da8f481..3b7ab65 100644 --- a/pom.xml +++ b/pom.xml @@ -605,8 +605,8 @@ </dependency> <dependency> <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> - <version>1.1.1</version> + <artifactId>javax.ws.rs-api</artifactId> + <version>2.0</version> </dependency> <!-- <dependency> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/458bcde3/redback-integrations/redback-rest/redback-rest-api/pom.xml ---------------------------------------------------------------------- diff --git a/redback-integrations/redback-rest/redback-rest-api/pom.xml b/redback-integrations/redback-rest/redback-rest-api/pom.xml index f717ad1..831e4c2 100644 --- a/redback-integrations/redback-rest/redback-rest-api/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-api/pom.xml @@ -51,7 +51,7 @@ </dependency> <dependency> <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> + <artifactId>javax.ws.rs-api</artifactId> </dependency> <!-- normally not needed but here for wadl feature currently in cxf --> <dependency> http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/458bcde3/redback-integrations/redback-rest/redback-rest-services/pom.xml ---------------------------------------------------------------------- diff --git a/redback-integrations/redback-rest/redback-rest-services/pom.xml b/redback-integrations/redback-rest/redback-rest-services/pom.xml index d7c21cc..d8516ab 100644 --- a/redback-integrations/redback-rest/redback-rest-services/pom.xml +++ b/redback-integrations/redback-rest/redback-rest-services/pom.xml @@ -105,7 +105,7 @@ <dependency> <groupId>javax.ws.rs</groupId> - <artifactId>jsr311-api</artifactId> + <artifactId>javax.ws.rs-api</artifactId> </dependency> <dependency>
