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: no
--- a/build.gradle
+++ b/build.gradle
@@ -22,6 +22,7 @@
     compile "org.apache.commons:commons-compress:1.19"
     compile 'org.tukaani:xz:1.8'
     compile "gov.nih.nlm.ncbi:ngs-java:2.9.0"
+    compile "javax.xml.bind:jaxb-api:debian"
 
     testCompile "org.scala-lang:scala-library:2.12.x"
     //testCompile "org.scalatest:scalatest_2.12:3.0.5"
