mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
14 lines
270 B
Python
14 lines
270 B
Python
COMPILE_DEPS = [
|
|
'//lib:COMPILE',
|
|
'//utils/osgi:onlab-osgi',
|
|
'//utils/misc:onlab-misc',
|
|
'//lib:javax.ws.rs-api',
|
|
'//lib:jersey-server',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
name = 'onlab-rest',
|
|
deps = COMPILE_DEPS,
|
|
package_name_root = 'org.onlab',
|
|
)
|