File: 080_jdk11_jaxb.patch

package info (click to toggle)
jabref 3.8.2%2Bds-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,516 kB
  • sloc: java: 114,177; xml: 3,985; sh: 291; python: 283; perl: 200; ruby: 22; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 463 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: patch build.gradle to compile using jaxb-api
Origin: vendor
Author: tony mancill <tmancill@debian.org>

--- a/build.gradle
+++ b/build.gradle
@@ -125,6 +125,7 @@
     compile 'org.apache.logging.log4j:log4j-core:2.7'
     //compile 'org.xmlunit:xmlunit-core:2.3.0'
     //compile 'org.xmlunit:xmlunit-matchers:2.3.0'
+    compile 'javax.xml.bind:jaxb-api:2.3.0'
 
     testCompile 'junit:junit:4.12'
     testCompile 'org.mockito:mockito-core:2.6.2'