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 --- .../plugins-event-protocol-xml/pom.xml | 23 ++++------------------ 1 file changed, 4 insertions(+), 19 deletions(-) (limited to 'plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml') diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml index a200faa49..00f2938e5 100644 --- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml +++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-xml/pom.xml @@ -36,30 +36,15 @@ - org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - 0.14.0 - - - org.codehaus.plexus - plexus-utils - - - org.apache.ant - ant - - + org.eclipse.persistence + eclipselink + ${version.eclipselink} org.jvnet.jaxb2_commons jaxb2-basics-runtime 1.11.1 - - org.apache.ant - ant - 1.10.3 - @@ -116,4 +101,4 @@ - \ No newline at end of file + -- cgit 1.2.3-korg