mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
9 lines
184 B
Python
9 lines
184 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"//protocols/lisp/api:onos-protocols-lisp-api",
|
|
"//protocols/lisp/msg:onos-protocols-lisp-msg",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|