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/isis/isisio/BUILD b/protocols/isis/isisio/BUILD index ad966c4..1aabfcf 100644 --- a/protocols/isis/isisio/BUILD +++ b/protocols/isis/isisio/BUILD
@@ -1,4 +1,4 @@ -COMPILE_DEPS = CORE_DEPS + NETTY + [ +COMPILE_DEPS = CORE_DEPS + NETTY + JAXB + [ "@io_netty_netty//jar", "//protocols/isis/api:onos-protocols-isis-api", ]