blob: c61dbf30db56bbc16313fed6f407ad481838d87a [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",
3 "@io_netty_netty_codec//jar",
4 "@io_netty_netty_handler//jar",
Ray Milkey324af932018-06-20 19:50:31 -07005 "//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc",
6 "//protocols/ovsdb/api:onos-protocols-ovsdb-api",
7]
8
9osgi_jar_with_tests(
10 deps = COMPILE_DEPS,
11)