Ray Milkey 28b15ae6e0 Fixes to allow ONOS to build using built in bazel Java 9 JDK
Change-Id: I57b7b3b9a8a28a824b196a72a24c42cd9d04cc59
2018-10-19 17:08:37 +00:00

9 lines
175 B
Python

COMPILE_DEPS = CORE_DEPS + NETTY + JAXB + [
"@io_netty_netty//jar",
"//protocols/ospf/api:onos-protocols-ospf-api",
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)