diff --git a/core/build.gradle b/core/build.gradle index 6254a94599..2674d7a972 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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)