From 795496d1ae653954e615db2b20d6c24b61259080 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Tue, 10 Apr 2018 10:34:28 +0100 Subject: [533417] Avoid unnecessary build dependency on javax.xml.bind bundle This plugin was moved to Java 8 from Java 1.5 in 95df21a and the package "javax.xml.bind" is supplied by the core JRE since Java 6 so there is no longer any need to require it as an extra bundle here in the pom. Signed-off-by: Mat Booth --- .../org.eclipse.jpt.jaxb.core.schemagen/pom.xml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/pom.xml b/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/pom.xml index dd82671d5e..1674ee2e34 100644 --- a/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/pom.xml +++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/pom.xml @@ -1,6 +1,6 @@