netconf protocol changes for karaf 4.2.1 CLI

Change-Id: Ica9b614c4ef4f8264df13bd119531bb7806c290b
diff --git a/protocols/netconf/ctl/BUILD b/protocols/netconf/ctl/BUILD
index f2919e6..0e9a912 100644
--- a/protocols/netconf/ctl/BUILD
+++ b/protocols/netconf/ctl/BUILD
@@ -12,6 +12,7 @@
 ]
 
 osgi_jar_with_tests(
+    karaf_command_packages = ["org.onosproject.netconf.cli.impl"],
     test_deps = TEST_DEPS,
     deps = COMPILE_DEPS,
 )