blob: 6ab1d562cf93444ff46d3cfb41d50dd5f9a09b53 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + NETTY + [
Carmelo Cascone72893b72018-08-09 00:59:06 -07002 "@io_netty_netty_transport//jar",
Ray Milkey324af932018-06-20 19:50:31 -07003 "//protocols/lisp/msg:onos-protocols-lisp-msg",
4 "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api",
5]
6
7osgi_jar_with_tests(
8 deps = COMPILE_DEPS,
9)