Refactor buck external dependencies

Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/core/common/BUCK b/core/common/BUCK
index 75999d5..46d519d 100644
--- a/core/common/BUCK
+++ b/core/common/BUCK
@@ -1,7 +1,10 @@
 SRC_DEPS = [
     '//lib:CORE_DEPS',
+    '//lib:JACKSON',
+    '//lib:METRICS',
     '//incubator/api:onos-incubator-api',
     '//core/api:onos-api',
+    '//lib:joda-time',
 ]
 
 TEST_DEPS = [