upgrade javax ws rs dependency

This commit is contained in:
Olivier Lamy 2015-02-07 22:57:11 +11:00
parent 47cd662af7
commit 458bcde3c7
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

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