mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +02:00
10 lines
205 B
Python
10 lines
205 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"//incubator/api:onos-incubator-api",
|
|
"//utils/rest:onlab-rest",
|
|
"//protocols/rest/api:onos-protocols-rest-api",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|