commit | 5417cbe633c359ae3e7f9087ed9441f52d49102a | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Wed Oct 10 14:15:42 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Wed Oct 10 14:15:42 2018 -0700 |
tree | b1e676d0776b9af9fe4b7cc6b2099de71046543f | |
parent | 4efc66f584a1953c871cbd20eb02e9a8e9a54b68 [diff] [blame] |
Simple Fabric app changes for karaf 4.2.1 CLI Change-Id: I185263f01acdde70500ea089736e756f5e26649e
diff --git a/apps/simplefabric/BUILD b/apps/simplefabric/BUILD index 03e118d..007b701 100644 --- a/apps/simplefabric/BUILD +++ b/apps/simplefabric/BUILD
@@ -7,6 +7,7 @@ ] osgi_jar_with_tests( + karaf_command_packages = ["org.onosproject.simplefabric"], test_deps = TEST_ADAPTERS, web_context = "/onos/v1/simplefabric", deps = COMPILE_DEPS,