Subject: add jaxb-api jar for openjdk 11
Description: xml.bind has been removed from openjdk 11,
 add jaxb-api jar file to compilation and classpath
Author: Olivier Sallou <osallou@debian.org>
Last-Updated: 2018-11-12
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -28,6 +28,7 @@
     compileOnly 'org.openjdk.nashorn:nashorn-core:15.7'
     testImplementation 'org.openjdk.nashorn:nashorn-core:15.7'
 
+    api "javax.xml.bind:jaxb-api:debian"
     api "org.apache.commons:commons-jexl:2.1.1"
 
     testImplementation 'org.testng:testng:7.8.0'
