Add jaxb-api as external dependency

Compilation is broken because it cannot find classes like
javax.xml.bind.XmlAttribute (JAXB). It seems JAXB was removed in java
11. Add it as external dependency.

This makes the plugin compile. Unit tests seems to be broken, but that
is a different issue.

Change-Id: Id3980064461b1e789967a148fc5c6f52db070f2f
4 files changed
tree: 879283e8f8fad3f393bfaf21d6c3a04a9fd6d151
  1. java/
  2. javatests/
  3. BUILD
  4. external_plugin_deps.bzl
  5. LICENSE
  6. README.md
README.md

The plugin will update a superproject to contain the submodules defined in the manifest XML file whenever the manifest repo is changed.

For more information see the documentation or the build instructions