aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-07-06 09:41:40 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-07-06 09:53:37 +0100
commita40a383844be0ec6d0353948a5b29546e9662d06 (patch)
tree51d740dfca4b982655c52081c039b31d40c4d6c3 /testsuites
parentdd6627d723a23bada5721d5d7bd7121ebd0c3245 (diff)
Set Jersey to LF approved version
The Linux Foundation have permitted only certain versions of Jersey to be OK to use license wise. This fix configures the APEX PDP to use Jersey version 2.26, a LF approved version. Issue-ID: POLICY-905 Change-Id: I4f4cbf728ffb0cc49331aa61da68805f83880282 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/integration/integration-uservice-test/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml
index 5eeeeffe3..4b0adde97 100644
--- a/testsuites/integration/integration-uservice-test/pom.xml
+++ b/testsuites/integration/integration-uservice-test/pom.xml
@@ -196,18 +196,18 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
- <version>${version.jersey.core}</version>
+ <version>${version.jersey}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-grizzly2-http</artifactId>
- <version>${version.grizzly2-http}</version>
+ <version>${version.jersey}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
- <version>${version.jersey.core}</version>
+ <version>${version.jersey}</version>
</dependency>
</dependencies>