mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 01:41:26 +02:00
17 lines
397 B
Python
17 lines
397 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:org.apache.karaf.shell.console',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//cli:onos-cli',
|
|
'//utils/rest:onlab-rest',
|
|
'//lib:javax.ws.rs-api',
|
|
'//utils/osgi:onlab-osgi',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
]
|
|
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
import_packages = '*,org.onosproject.cli.net',
|
|
)
|