aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-06-27 12:50:17 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-07-02 23:03:18 +0100
commit4d6fc38eb1ba2f09d53cd8ab2b89ccd68dda22b6 (patch)
tree7f08666ffec2805aa14e5489dc795fdda09eace6 /testsuites
parentbf49cf5d70526ee96ac19c3cd3f0cfc38fb372ae (diff)
Resolve JAXB license issue, use Eclipselink
Replaced Glassfish-based JAXB processing with eclipselink based JAXB processing to resolve license issues. Updated version of eclipselink from 2.6.2 to 2.6.5 Supporessed warning about use of Java APIs. Issue-ID: POLICY-905 Change-Id: I68094230b710e971d096decfffdb53b003c5872f Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/integration/integration-uservice-test/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml
index 3f3dbcf81..5eeeeffe3 100644
--- a/testsuites/integration/integration-uservice-test/pom.xml
+++ b/testsuites/integration/integration-uservice-test/pom.xml
@@ -139,7 +139,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
- <version>${kafka.version}</version>
+ <version>${version.kafka}</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -151,7 +151,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
- <version>${kafka.version}</version>
+ <version>${version.kafka}</version>
<classifier>test</classifier>
<scope>test</scope>
<exclusions>
@@ -164,7 +164,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
- <version>${kafka.version}</version>
+ <version>${version.kafka}</version>
<classifier>test</classifier>
<scope>test</scope>
<exclusions>
@@ -223,4 +223,4 @@
</plugins>
</build>
-</project> \ No newline at end of file
+</project>