mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
8 lines
80 B
Python
8 lines
80 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
]
|
|
|
|
osgi_jar(
|
|
deps = COMPILE_DEPS,
|
|
)
|