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:
parent
530ab1569e
commit
2b3a5e5a2e
|
@ -76,7 +76,7 @@ ext {
|
||||||
logging_processor: 'org.jboss.logging:jboss-logging-processor:2.1.0.Final',
|
logging_processor: 'org.jboss.logging:jboss-logging-processor:2.1.0.Final',
|
||||||
|
|
||||||
// jaxb task
|
// 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',
|
jaxb_xjc: 'org.glassfish.jaxb:jaxb-xjc:2.2.11',
|
||||||
// Note that jaxb2_basics is a set of tools on *top* of JAXB.
|
// Note that jaxb2_basics is a set of tools on *top* of JAXB.
|
||||||
// See https://github.com/highsource/jaxb2-basics
|
// See https://github.com/highsource/jaxb2-basics
|
||||||
|
|
Loading…
Reference in New Issue