blob: 1aabfcf48e5fe3953f995df1fac2e6ae623dd90f [file] [log] [blame]
Ray Milkey28b15ae2018-10-18 11:36:10 -07001COMPILE_DEPS = CORE_DEPS + NETTY + JAXB + [
Carmelo Cascone72893b72018-08-09 00:59:06 -07002 "@io_netty_netty//jar",
Ray Milkey324af932018-06-20 19:50:31 -07003 "//protocols/isis/api:onos-protocols-isis-api",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)