commit | 28b15ae6e0d2e2f603e2a7492f23cf0445580df8 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Thu Oct 18 11:36:10 2018 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Fri Oct 19 17:08:37 2018 +0000 |
tree | 2d358546206c780b7d4aec5c3dae8d6777d63298 | |
parent | 4a3476322db0060dca1802e1e7740c3043516f1f [diff] [blame] |
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, )