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 --- model/basic-model/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'model/basic-model/pom.xml') diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml index 8d11fe5e3..a13bab5a9 100644 --- a/model/basic-model/pom.xml +++ b/model/basic-model/pom.xml @@ -41,7 +41,7 @@ org.eclipse.persistence eclipselink - 2.6.2 + ${version.eclipselink} @@ -70,4 +70,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg