diff options
author | Olivier Lamy <olamy@apache.org> | 2015-02-07 23:02:56 +1100 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2015-02-07 23:02:56 +1100 |
commit | a115afdbe72432104a5d46ba96bcd2c552aef665 (patch) | |
tree | 427331781b88fde31bdf4432bbb7338591d4637e /pom.xml | |
parent | 1edc02aad9b4469d589afac691c1f481102a4bd8 (diff) | |
download | archiva-a115afdbe72432104a5d46ba96bcd2c552aef665.tar.gz archiva-a115afdbe72432104a5d46ba96bcd2c552aef665.zip |
use jaxrs 2.0
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |