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