Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + JACKSON + [ |
2 | "@netty_transport//jar", | ||||
3 | "@netty_codec//jar", | ||||
4 | "@netty_handler//jar", | ||||
5 | "//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc", | ||||
6 | "//protocols/ovsdb/api:onos-protocols-ovsdb-api", | ||||
7 | ] | ||||
8 | |||||
9 | osgi_jar_with_tests( | ||||
10 | deps = COMPILE_DEPS, | ||||
11 | ) |