scalable gateway app changes for karaf 4.2.1 CLI

Change-Id: Ide5aa1cad48ab52e06d6b179fb3e277c68da6011
This commit is contained in:
Ray Milkey 2018-10-10 13:19:54 -07:00
parent 80fc356e84
commit a9d6aba882

View File

@ -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,
)