mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
10 lines
163 B
Python
10 lines
163 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//apps/yms/api:onos-apps-yms-api',
|
|
'//apps/yms/app:onos-apps-yms-app',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|