summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gv@yahoo-inc.com>2016-10-07 12:02:42 +0200
committergjoranv <gv@yahoo-inc.com>2016-10-07 12:02:42 +0200
commitbe43878e44206706b8ff6e7ee5637a515bfa4aab (patch)
tree3c2314b827aadb48c61edeeddd339948cb3d26ea /container-disc
parentc47e1670f3592ef9601ae124fe771e2cd1eb53bd (diff)
Upgrade jersey to 2.14.
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index e5301a8b10d..2989af2e309 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -131,6 +131,11 @@
</dependency>
<!-- end WARNING -->
</dependencies>
+ <properties>
+ <!-- hk2 version must be the one used by current jersey version. This is just to avoid duplicating it below.
+ Do not move this to the root pom! -->
+ <hk2.version>2.4.0-b06</hk2.version>
+ </properties>
<build>
<plugins>
<plugin>
@@ -165,10 +170,10 @@
defaults-jar-with-dependencies.jar,
component-jar-with-dependencies.jar,
<!-- jersey2 -->
- aopalliance-repackaged-2.3.0-b10.jar,
- hk2-api-2.3.0-b10.jar,
- hk2-locator-2.3.0-b10.jar,
- hk2-utils-2.3.0-b10.jar,
+ aopalliance-repackaged-${hk2.version}.jar,
+ hk2-api-${hk2.version}.jar,
+ hk2-locator-${hk2.version}.jar,
+ hk2-utils-${hk2.version}.jar,
jackson-annotations-${jackson2.version}.jar,
jackson-core-${jackson2.version}.jar,
jackson-databind-${jackson2.version}.jar,