commit | b52acf3a13ed57455c338af3da98760a79e323af | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Fri Oct 05 10:17:34 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Oct 09 16:36:57 2018 +0000 |
tree | dac7e640626a40402e43cdfd0f67fcf34f308525 | |
parent | df521294ce01a803b3903bd369edffbd39a6e54b [diff] [blame] |
Fixes for karaf 4.2.1 CLI annotations for segment routing app Change-Id: Id3722bf49c37fe480ab8973c228987cc526804b3
diff --git a/apps/segmentrouting/app/BUILD b/apps/segmentrouting/app/BUILD index 9edce3e..f5bb7ec 100644 --- a/apps/segmentrouting/app/BUILD +++ b/apps/segmentrouting/app/BUILD
@@ -14,6 +14,7 @@ ] osgi_jar_with_tests( + karaf_command_packages = ["org.onosproject.segmentrouting.cli"], test_deps = TEST_DEPS, deps = COMPILE_DEPS, )