Description: Adds an explicit dependency on JAXB to fix the build failure witjh Java 9 and later
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
Bug-Debian: https://bugs.debian.org/894287
--- a/compilerCommon/build.gradle
+++ b/compilerCommon/build.gradle
@@ -41,6 +41,7 @@
     compile 'com.googlecode.juniversalchardet:juniversalchardet:1.0.3'
     compile 'com.google.guava:guava:17.0'
     compile 'com.android.tools:annotations:24.5.0'
+    compile 'javax.xml.bind:jaxb-api:debian'
 }
 
 project.tasks.create(name : "generateXmlLexer", type : JavaExec) {
@@ -86,4 +87,4 @@
 tasks['exportBuildVersions'].dependsOn('processResources')
 
 project.ext.pomName = 'Data Binding Compiler Common'
-project.ext.pomDesc = 'Common library that can be shared between different build tools'
\ No newline at end of file
+project.ext.pomDesc = 'Common library that can be shared between different build tools'
