Harshada Chaundkar | dcd1b14 | 2019-03-25 17:27:44 -0400 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//core/store/primitives:onos-core-primitives", | ||||
4 | ] | ||||
5 | |||||
6 | osgi_jar_with_tests( | ||||
7 | karaf_command_packages = ["org.onosproject.packetthrottle.cli"], | ||||
8 | test_deps = TEST_ADAPTERS, | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |