Zayne Khouja
Committed by Gerrit Code Review

Bug fix for BGP building

Change-Id: I1d5c52855066edccc7101d86fd10ba63d9ea5da3
1 COMPILE_DEPS = [ 1 COMPILE_DEPS = [
2 '//lib:CORE_DEPS', 2 '//lib:CORE_DEPS',
3 '//protocols/bgp/bgpio:onos-protocols-bgp-bgpio', 3 '//protocols/bgp/bgpio:onos-protocols-bgp-bgpio',
4 + '//core/api:onos-api',
5 + '//lib:netty',
4 ] 6 ]
5 7
6 osgi_jar_with_tests ( 8 osgi_jar_with_tests (
......
1 COMPILE_DEPS = [ 1 COMPILE_DEPS = [
2 '//lib:CORE_DEPS', 2 '//lib:CORE_DEPS',
3 + '//lib:COMPILE',
4 + '//core/api:onos-api',
3 ] 5 ]
4 6
5 osgi_jar_with_tests ( 7 osgi_jar_with_tests (
......
...@@ -6,6 +6,10 @@ COMPILE_DEPS = [ ...@@ -6,6 +6,10 @@ COMPILE_DEPS = [
6 '//lib:javax.ws.rs-api', 6 '//lib:javax.ws.rs-api',
7 '//protocols/bgp/api:onos-protocols-bgp-api', 7 '//protocols/bgp/api:onos-protocols-bgp-api',
8 '//protocols/bgp/bgpio:onos-protocols-bgp-bgpio', 8 '//protocols/bgp/bgpio:onos-protocols-bgp-bgpio',
9 + '//lib:netty-common',
10 + '//lib:netty',
11 + '//lib:org.osgi.compendium',
12 + '//lib:org.apache.felix.scr.annotations',
9 ] 13 ]
10 14
11 osgi_jar_with_tests ( 15 osgi_jar_with_tests (
......