blob: 75b3bd6bfb97a119f86cdfa3e31ae6537b25dc97 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + CLI + [
"//core/store/serializers:onos-core-serializers",
"//core/store/primitives:onos-core-primitives",
]
osgi_jar_with_tests(
karaf_command_packages = ["org.onosproject.packetthrottle.cli"],
test_deps = TEST_ADAPTERS,
deps = COMPILE_DEPS,
)