From 4d6fc38eb1ba2f09d53cd8ab2b89ccd68dda22b6 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 27 Jun 2018 12:50:17 +0100 Subject: 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 --- testsuites/integration/integration-uservice-test/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/integration') 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 @@ org.apache.kafka kafka_2.11 - ${kafka.version} + ${version.kafka} test @@ -151,7 +151,7 @@ org.apache.kafka kafka_2.11 - ${kafka.version} + ${version.kafka} test test @@ -164,7 +164,7 @@ org.apache.kafka kafka-clients - ${kafka.version} + ${version.kafka} test test @@ -223,4 +223,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg