mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
9 lines
143 B
Python
9 lines
143 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//core/api:onos-api',
|
|
'//lib:tinder-xmpp',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
) |