1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
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
@@ -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"
compile ('org.sharegov:mjson:1.4.1') {
exclude group: "junit"
}
|