mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
19 lines
393 B
Python
19 lines
393 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:jersey-client',
|
|
'//lib:jersey-common',
|
|
'//lib:httpclient-osgi',
|
|
'//lib:httpcore-osgi',
|
|
'//lib:javax.ws.rs-api',
|
|
'//lib:hk2-api',
|
|
'//lib:jersey-guava',
|
|
'//lib:aopalliance-repackaged',
|
|
'//lib:javax.inject',
|
|
'//protocols/rest/api:onos-protocols-rest-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|