mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
11 lines
250 B
Python
11 lines
250 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"@io_netty_netty//jar",
|
|
"//protocols/pcep/pcepio:onos-protocols-pcep-pcepio",
|
|
"//apps/pcep-api:onos-apps-pcep-api",
|
|
"//incubator/api:onos-incubator-api",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|