From a9d6aba8827df67c408c65b394f1cb22c67bed3a Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Wed, 10 Oct 2018 13:19:54 -0700 Subject: [PATCH] scalable gateway app changes for karaf 4.2.1 CLI Change-Id: Ide5aa1cad48ab52e06d6b179fb3e277c68da6011 --- apps/scalablegateway/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scalablegateway/BUILD b/apps/scalablegateway/BUILD index 6d56e3961e..57e3109f9d 100644 --- a/apps/scalablegateway/BUILD +++ b/apps/scalablegateway/BUILD @@ -3,6 +3,7 @@ COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [ ] osgi_jar_with_tests( + karaf_command_packages = ["org.onosproject.scalablegateway.cli"], deps = COMPILE_DEPS, )