Refactor buck external dependencies

Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/protocols/ovsdb/api/BUCK b/protocols/ovsdb/api/BUCK
index 5c9a19d..0aff936 100644
--- a/protocols/ovsdb/api/BUCK
+++ b/protocols/ovsdb/api/BUCK
@@ -1,5 +1,7 @@
 COMPILE_DEPS = [
     '//lib:CORE_DEPS',
+    '//lib:NETTY',
+    '//lib:JACKSON',
     '//lib:netty-transport',
     '//protocols/ovsdb/rfc:onos-protocols-ovsdb-rfc',
 ]