Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + [ |
2 | "@openflowj//jar", | ||||
3 | "//protocols/openflow/api:onos-protocols-openflow-api", | ||||
4 | "//providers/openflow/flow:onos-providers-openflow-flow", | ||||
5 | ] | ||||
6 | |||||
7 | osgi_jar_with_tests( | ||||
8 | test_deps = TEST_ADAPTERS, | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |