mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
Deprecate the old way of configuring Xconnect via network config Change-Id: I5b9ac7852517c25805bcbfc0e7b3bec3a52eed9f
17 lines
468 B
Python
17 lines
468 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:JACKSON',
|
|
'//lib:javax.ws.rs-api',
|
|
'//utils/rest:onlab-rest',
|
|
'//apps/segmentrouting/app:onos-apps-segmentrouting-app',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
web_context = '/onos/segmentrouting',
|
|
api_title = 'Segment Routing REST API',
|
|
api_version = '1.0',
|
|
api_description = 'REST API for Segment Routing Application',
|
|
api_package = 'org.onosproject.segmentrouting.web',
|
|
)
|