Fixes to allow ONOS to build using built in bazel Java 9 JDK

Change-Id: I57b7b3b9a8a28a824b196a72a24c42cd9d04cc59
diff --git a/protocols/netconf/api/BUILD b/protocols/netconf/api/BUILD
index 2d486c5..61f9d3b 100644
--- a/protocols/netconf/api/BUILD
+++ b/protocols/netconf/api/BUILD
@@ -1,3 +1,3 @@
 osgi_jar_with_tests(
-    deps = CORE_DEPS + JACKSON,
+    deps = CORE_DEPS + JACKSON + JAXB,
 )