mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-01-12 20:11:41 +01:00
9 lines
118 B
Python
9 lines
118 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:onos-yang-datamodel',
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|