ONOS-6022 CLI to disable LLDP discovery

Change-Id: Ic080e8eefcc96a4dc143166346fe6b0b19316b11
diff --git a/providers/lldp/BUCK b/providers/lldp/BUCK
index c5d0d3c..7e897a6 100644
--- a/providers/lldp/BUCK
+++ b/providers/lldp/BUCK
@@ -1,6 +1,8 @@
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
     '//providers/lldpcommon:onos-providers-lldpcommon',
+    '//lib:org.apache.karaf.shell.console',
+    '//cli:onos-cli',
 ]
 
 TEST_DEPS = [