mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
14 lines
341 B
Python
14 lines
341 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//protocols/pcep/pcepio:onos-protocols-pcep-pcepio',
|
|
'//protocols/pcep/api:onos-protocols-pcep-api',
|
|
'//core/store/serializers:onos-core-serializers',
|
|
'//apps/pcep-api:onos-apps-pcep-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|