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