Committed by
Gerrit Code Review
Bug fix for BGP building
Change-Id: I1d5c52855066edccc7101d86fd10ba63d9ea5da3
Showing
3 changed files
with
8 additions
and
0 deletions
... | @@ -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 ( | ... | ... |
-
Please register or login to post a comment