mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 11:52:12 +02:00
11 lines
222 B
Python
11 lines
222 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//protocols/ovsdb/api:onos-ovsdb-api',
|
|
'//protocols/ovsdb/rfc:onos-ovsdb-rfc',
|
|
'//apps/pcep-api:onos-apps-pcep-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|