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 = [
diff --git a/core/store/primitives/BUCK b/core/store/primitives/BUCK
index e90ea5d..1860c07 100644
--- a/core/store/primitives/BUCK
+++ b/core/store/primitives/BUCK
@@ -1,5 +1,6 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:KRYO',
'//core/common:onos-core-common',
'//incubator/api:onos-incubator-api',
'//core/store/serializers:onos-core-serializers',
diff --git a/core/store/serializers/BUCK b/core/store/serializers/BUCK
index 1b8efcf..c1c66da 100644
--- a/core/store/serializers/BUCK
+++ b/core/store/serializers/BUCK
@@ -1,5 +1,6 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:KRYO',
'//incubator/api:onos-incubator-api',
]