metrics app changes for karaf 4.2.1 CLI

Change-Id: Ie35b5674b431cecfd65a884c39ab2f156ce71179
This commit is contained in:
Ray Milkey 2018-10-09 14:45:52 -07:00
parent 8a636bb57e
commit 5921985d71

View File

@ -1,6 +1,10 @@
COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + CLI + REST
osgi_jar_with_tests(
karaf_command_packages = [
"org.onosproject.metrics.intent.cli",
"org.onosproject.metrics.topology.cli",
],
deps = COMPILE_DEPS,
)