mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
18 lines
432 B
Python
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,
|
|
)
|