blob: 75b3bd6bfb97a119f86cdfa3e31ae6537b25dc97 [file] [log] [blame]
Harshada Chaundkardcd1b142019-03-25 17:27:44 -04001COMPILE_DEPS = CORE_DEPS + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3 "//core/store/primitives:onos-core-primitives",
4]
5
6osgi_jar_with_tests(
7 karaf_command_packages = ["org.onosproject.packetthrottle.cli"],
8 test_deps = TEST_ADAPTERS,
9 deps = COMPILE_DEPS,
10)