use jaxrs 2.0

This commit is contained in:
Olivier Lamy 2015-02-07 23:02:56 +11:00
parent 1edc02aad9
commit a115afdbe7
4 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,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>

View File

@ -176,7 +176,7 @@
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>

View File

@ -192,7 +192,7 @@
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback.components</groupId>

View File

@ -529,8 +529,8 @@
<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>
<!-- normally not needed as we are 1.6 required