mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
19 lines
486 B
Python
19 lines
486 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:JACKSON',
|
|
'//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',
|
|
'//apps/mappingmanagement/api:onos-apps-mappingmanagement-api',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
]
|
|
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
import_packages = '*,org.onosproject.cli.net',
|
|
)
|