From 2b3a5e5a2ed0e8bee4435af3ca345e6707fdc939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 15 Oct 2018 10:49:01 +0200 Subject: [PATCH] HHH-12946 Depend on org.glassfish.jaxb:jaxb-runtime instead of the obsolete com.sun.xml.bind:jaxb-impl Apparently both sets of coordinates work, but the com.sun.xml.bind one is older and deprecated. --- gradle/libraries.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libraries.gradle b/gradle/libraries.gradle index 6f06f4e0d5..c1a2992a37 100644 --- a/gradle/libraries.gradle +++ b/gradle/libraries.gradle @@ -76,7 +76,7 @@ ext { logging_processor: 'org.jboss.logging:jboss-logging-processor:2.1.0.Final', // jaxb task - jaxb: 'com.sun.xml.bind:jaxb-impl:2.2.11', + jaxb: 'org.glassfish.jaxb:jaxb-runtime:2.2.11', jaxb_xjc: 'org.glassfish.jaxb:jaxb-xjc:2.2.11', // Note that jaxb2_basics is a set of tools on *top* of JAXB. // See https://github.com/highsource/jaxb2-basics