Refactor buck external dependencies

Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/core/store/dist/BUCK b/core/store/dist/BUCK
index 0e4731e..3483f64 100644
--- a/core/store/dist/BUCK
+++ b/core/store/dist/BUCK
@@ -1,5 +1,8 @@
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
+    '//lib:NETTY',
+    '//lib:JACKSON',
+    '//lib:KRYO',
     '//core/common:onos-core-common',
     '//utils/rest:onlab-rest',
     '//core/store/serializers:onos-core-serializers',
@@ -11,6 +14,7 @@
     '//lib:netty-resolver',
     '//lib:commons-math3',
     '//incubator/api:onos-incubator-api',
+    '//lib:joda-time',
 ]
 
 TEST_DEPS = [