Refactor buck external dependencies
Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/providers/isis/cfg/BUCK b/providers/isis/cfg/BUCK
index 6ff859a..494b810 100644
--- a/providers/isis/cfg/BUCK
+++ b/providers/isis/cfg/BUCK
@@ -1,5 +1,6 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:JACKSON',
'//protocols/isis/api:onos-protocols-isis-api',
]
diff --git a/providers/isis/topology/BUCK b/providers/isis/topology/BUCK
index de4e04f..883ced2 100644
--- a/providers/isis/topology/BUCK
+++ b/providers/isis/topology/BUCK
@@ -1,5 +1,6 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:JACKSON',
'//protocols/isis/api:onos-protocols-isis-api',
'//protocols/isis/ctl:onos-protocols-isis-ctl',
]