Refactor buck external dependencies

Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/cli/BUCK b/cli/BUCK
index d00ee98..5e2d397 100644
--- a/cli/BUCK
+++ b/cli/BUCK
@@ -1,10 +1,13 @@
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
+    '//lib:JACKSON',
+    '//lib:METRICS',
     '//lib:org.apache.karaf.shell.console',
     '//incubator/api:onos-incubator-api',
     '//incubator/net:onos-incubator-net',
     '//utils/rest:onlab-rest',
     '//core/common:onos-core-common',
+    '//lib:joda-time',
 ]
 
 osgi_jar (