blob: 375703b1b4b1841f2f83ee6364486fce6723e02f [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + [
2 "@sigar//jar",
3 "//apps/nodemetrics/api:onos-apps-nodemetrics-api",
4 "//core/store/serializers:onos-core-serializers",
5]
6
7osgi_jar_with_tests(
Ray Milkeye47a2fe2018-10-09 15:12:27 -07008 karaf_command_packages = ["org.onosproject.nodemetrics.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07009 deps = COMPILE_DEPS,
10)