aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2016-10-07 16:30:20 +0200
committerBjørn Christian Seime <bjorn.christian@seime.no>2016-10-07 16:30:20 +0200
commit0f0d40c5a3ee507adf08559f548d7c007cde274b (patch)
tree79ea54139823273fbc4cbbbe761201d629de49ca /pom.xml
parent7d2806e3743dcd28f6c49f9190088f24f182d6ab (diff)
Update javax.ws.rs-api version to what current Jersey uses. (#819)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 39021a1ae7f..6ce6ef60c52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1076,7 +1076,7 @@
</dependencyManagement>
<properties>
- <javax.ws.rs-api.version>2.0</javax.ws.rs-api.version>
+ <javax.ws.rs-api.version>2.0.1</javax.ws.rs-api.version> <!-- must be kept in sync with version used by current jersey2.version -->
<aries.spifly.version>1.0.8</aries.spifly.version>
<aries.util.version>1.0.0</aries.util.version>
<asm-debug-all.version>5.0.3</asm-debug-all.version>