Zayne Khouja 31027edd52 Bug fix for BGP building
Change-Id: I1d5c52855066edccc7101d86fd10ba63d9ea5da3
2016-07-07 03:45:12 +00:00

18 lines
432 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:jersey-client',
'//lib:httpclient-osgi',
'//lib:httpcore-osgi',
'//lib:javax.ws.rs-api',
'//protocols/bgp/api:onos-protocols-bgp-api',
'//protocols/bgp/bgpio:onos-protocols-bgp-bgpio',
'//lib:netty-common',
'//lib:netty',
'//lib:org.osgi.compendium',
'//lib:org.apache.felix.scr.annotations',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)