Add explicit reference to JAXB.

This commit is contained in:
josecoll 2019-04-09 13:31:06 +01:00
parent 57fb63940f
commit 594fca9d3f

View File

@ -125,6 +125,9 @@ dependencies {
compile "org.hibernate:hibernate-core:$hibernate_version"
compile group: "io.github.classgraph", name: "classgraph", version: class_graph_version
// JDK 11 (https://stackoverflow.com/questions/52502189/java-11-package-javax-xml-bind-does-not-exist)
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0'
}
// TODO Consider moving it to quasar-utils in the future (introduced with PR-1388)