Refactor buck external dependencies
Change-Id: Ia4b99493407eb7d4e893804cba6b944f758f085e
diff --git a/apps/artemis/BUCK b/apps/artemis/BUCK
index ebde4fc..82c703a 100644
--- a/apps/artemis/BUCK
+++ b/apps/artemis/BUCK
@@ -1,5 +1,7 @@
COMPILE_DEPS = [
'//lib:CORE_DEPS',
+ '//lib:NETTY',
+ '//lib:JACKSON',
'//lib:org.apache.karaf.shell.console',
'//cli:onos-cli',
'//apps/routing-api:onos-apps-routing-api',
@@ -9,7 +11,8 @@
':commons-net',
':io.socket-client',
':json',
- ':engine.io-client'
+ ':engine.io-client',
+ '//lib:netty',
]
BUNDLES = [
@@ -76,4 +79,4 @@
sha1 = '854b49396e1e9f9bb0ab025062ddb49c4ed65ca1',
maven_coords = 'io.socket:engine.io-client:jar:NON-OSGI:0.8.3',
visibility = [ 'PUBLIC' ],
-)
\ No newline at end of file
+)