mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
12 lines
269 B
Python
12 lines
269 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:NETTY',
|
|
'//lib:io_netty_netty_transport',
|
|
'//protocols/lisp/msg:onos-protocols-lisp-msg',
|
|
'//apps/mappingmanagement/api:onos-apps-mappingmanagement-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|