[JDK11] Add explicit dependencies on JAXB

Bug: 135535322
Test: existing
Change-Id: I818f2f29d76a27cf7cb3ace3f57806f06b39dc4f
diff --git a/BUILD.bazel b/BUILD.bazel
index 46c5699..2e1f6b4 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -162,6 +162,7 @@
         "//tools/base/third_party:com.googlecode.juniversalchardet_juniversalchardet",
         "//tools/base/third_party:com.squareup_javapoet",
         "//tools/base/third_party:commons-io_commons-io",
+        "//tools/base/third_party:jakarta.xml.bind_jakarta.xml.bind-api",
         "//tools/base/third_party:org.antlr_antlr4",
         "//tools/base/third_party:org.jetbrains.kotlin_kotlin-stdlib",
     ],
@@ -234,6 +235,7 @@
         "//prebuilts/tools/common/m2/repository/com/google/auto/auto-common/0.10:jar",
         "//tools/idea/.idea/libraries:compile-testing[test]",
         "//tools/idea/.idea/libraries:truth[test]",
+        "//tools/idea/.idea/libraries:jaxb-api",
     ],
 )
 
@@ -256,6 +258,7 @@
         "//tools/base/third_party:com.google.guava_guava",
         "//tools/base/third_party:com.squareup_javapoet",
         "//tools/base/third_party:commons-io_commons-io",
+        "//tools/base/third_party:jakarta.xml.bind_jakarta.xml.bind-api",
         "//tools/base/third_party:org.antlr_antlr4",
         "//tools/base/third_party:org.jetbrains.kotlin_kotlin-stdlib",
     ],
diff --git a/compiler/db-compiler.iml b/compiler/db-compiler.iml
index e91c391..d859cb9 100644
--- a/compiler/db-compiler.iml
+++ b/compiler/db-compiler.iml
@@ -81,5 +81,6 @@
     </orderEntry>
     <orderEntry type="library" scope="TEST" name="compile-testing" level="project" />
     <orderEntry type="library" scope="TEST" name="truth" level="project" />
+    <orderEntry type="library" name="jaxb-api" level="project" />
   </component>
 </module>