Refactor buck external dependencies
Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/incubator/store/BUCK b/incubator/store/BUCK
index 83ac2b8..84c5d47 100644
--- a/incubator/store/BUCK
+++ b/incubator/store/BUCK
@@ -1,9 +1,11 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:KRYO',
'//lib:concurrent-trees',
'//incubator/api:onos-incubator-api',
'//core/store/dist:onos-core-dist',
- '//core/store/serializers:onos-core-serializers'
+ '//core/store/serializers:onos-core-serializers',
+ '//lib:joda-time',
]
TEST_DEPS = [