mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-28 23:01:25 +01:00
13 lines
290 B
Python
13 lines
290 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//protocols/pcep/ctl:onos-protocols-pcep-ctl',
|
|
'//protocols/pcep/api:onos-protocols-pcep-api',
|
|
'//lib:org.apache.karaf.shell.console',
|
|
'//cli:onos-cli',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|