commit | 5921985d7129a7802c02fbde9ec4808e98a05052 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Tue Oct 09 14:45:52 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Oct 09 14:45:52 2018 -0700 |
tree | ee284735c62004dd490a78e4ac203cbce0e82b54 | |
parent | 8a636bb57eb9fcd0d25927b64f3a5669a055692b [diff] |
metrics app changes for karaf 4.2.1 CLI Change-Id: Ie35b5674b431cecfd65a884c39ab2f156ce71179
diff --git a/apps/metrics/BUILD b/apps/metrics/BUILD index 443c1d4..302e06a 100644 --- a/apps/metrics/BUILD +++ b/apps/metrics/BUILD
@@ -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, )