[CORD-1018] CLI for DHCP relay

Change-Id: Ie2f817a46f4c85847624b6cf447e7359755c5a34
diff --git a/apps/dhcprelay/BUCK b/apps/dhcprelay/BUCK
index 4a2b65c..ab78c6d 100644
--- a/apps/dhcprelay/BUCK
+++ b/apps/dhcprelay/BUCK
@@ -1,5 +1,7 @@
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
+    '//lib:org.apache.karaf.shell.console',
+    '//cli:onos-cli',
     '//incubator/api:onos-incubator-api',
     '//core/store/serializers:onos-core-serializers'
 ]