mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 20:02:17 +02:00
Change-Id: Ie7336d1b445a14820a948e4b20c7ad2d6478682d (cherry picked from commit b19d0349a605d82f516e6b98ae93f38160ff813c)
13 lines
287 B
Python
13 lines
287 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//protocols/pcep/pcepio:onos-protocols-pcep-pcepio',
|
|
'//protocols/pcep/api:onos-protocols-pcep-api',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//apps/pcep-api:onos-apps-pcep-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|