summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml38
1 files changed, 4 insertions, 34 deletions
diff --git a/pom.xml b/pom.xml
index 4df5eb8e108..50ded7a8384 100644
--- a/pom.xml
+++ b/pom.xml
@@ -660,36 +660,6 @@
<version>1.7.17</version>
</dependency>
<dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-client</artifactId>
- <version>1.13</version>
- </dependency>
- <dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-core</artifactId>
- <version>1.13</version>
- </dependency>
- <dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-json</artifactId>
- <version>1.13</version>
- </dependency>
- <dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-server</artifactId>
- <version>1.13</version>
- </dependency>
- <dependency>
- <groupId>com.sun.jersey.contribs</groupId>
- <artifactId>jersey-guice</artifactId>
- <version>1.13</version>
- </dependency>
- <dependency>
- <groupId>com.sun.jersey.contribs</groupId>
- <artifactId>jersey-multipart</artifactId>
- <version>1.13</version>
- </dependency>
- <dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
@@ -1106,14 +1076,14 @@
</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>
<curator.version>2.9.1</curator.version>
- <jackson2.version>2.5.3</jackson2.version>
- <jersey2.version>2.10.1</jersey2.version>
- <jetty.version>9.3.10.v20160621</jetty.version>
+ <jackson2.version>2.8.3</jackson2.version>
+ <jersey2.version>2.18</jersey2.version>
+ <jetty.version>9.3.12.v20160915</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<test.hide>true</test.hide>
<doclint>all</doclint>