Refactor buck external dependencies
Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/apps/restconf/api/BUCK b/apps/restconf/api/BUCK
index 97d99aa..b54f53c 100644
--- a/apps/restconf/api/BUCK
+++ b/apps/restconf/api/BUCK
@@ -1,5 +1,6 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:JACKSON',
'//lib:jersey-client',
'//lib:javax.ws.rs-api',
'//lib:jersey-server',
diff --git a/apps/restconf/restconfmgr/BUCK b/apps/restconf/restconfmgr/BUCK
index 9be0fdc..742d1cc 100644
--- a/apps/restconf/restconfmgr/BUCK
+++ b/apps/restconf/restconfmgr/BUCK
@@ -1,5 +1,7 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:ONOS_YANG',
+ '//lib:JACKSON',
'//lib:jersey-client',
'//lib:jersey-server',
'//lib:javax.ws.rs-api',
@@ -14,4 +16,4 @@
osgi_jar_with_tests (
deps = COMPILE_DEPS,
-)
\ No newline at end of file
+)
diff --git a/apps/restconf/utils/BUCK b/apps/restconf/utils/BUCK
index 760082d..8ebc904 100644
--- a/apps/restconf/utils/BUCK
+++ b/apps/restconf/utils/BUCK
@@ -1,5 +1,6 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:JACKSON',
'//lib:jersey-client',
'//lib:jersey-server',
'//lib:javax.ws.rs-api',