Refactor buck external dependencies
Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/protocols/isis/api/BUCK b/protocols/isis/api/BUCK
index 3cc9301..55ca0d0 100644
--- a/protocols/isis/api/BUCK
+++ b/protocols/isis/api/BUCK
@@ -1,5 +1,8 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:NETTY',
+ '//lib:JACKSON',
+ '//lib:netty',
]
osgi_jar_with_tests (
diff --git a/protocols/isis/ctl/BUCK b/protocols/isis/ctl/BUCK
index b491fe9..f99d235 100644
--- a/protocols/isis/ctl/BUCK
+++ b/protocols/isis/ctl/BUCK
@@ -1,7 +1,10 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:NETTY',
+ '//lib:JACKSON',
'//protocols/isis/api:onos-protocols-isis-api',
'//protocols/isis/isisio:onos-protocols-isis-isisio',
+ '//lib:netty',
]
osgi_jar_with_tests (
diff --git a/protocols/isis/isisio/BUCK b/protocols/isis/isisio/BUCK
index a8795b9..4484db7 100644
--- a/protocols/isis/isisio/BUCK
+++ b/protocols/isis/isisio/BUCK
@@ -1,6 +1,8 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:NETTY',
'//protocols/isis/api:onos-protocols-isis-api',
+ '//lib:netty',
]
osgi_jar_with_tests (