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.
This commit is contained in:
Yoann Rodière 2018-10-15 10:49:01 +02:00 committed by Guillaume Smet
parent 530ab1569e
commit 2b3a5e5a2e
1 changed files with 1 additions and 1 deletions

View File

@ -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