mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
Adding code to support RESTCONF protocol as one of the supported SBI protocols of ONOS. This RESTCONF SBI extends the current REST SBI protocl and adds some new APIs/functinalities so that a provider can subscribe/register to an external restconf server to receive notification stream. Change-Id: I21bf0d0f0394cf788e066d743b3ade04735fe07e
11 lines
217 B
Python
11 lines
217 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//utils/rest:onlab-rest',
|
|
'//protocols/rest/api:onos-protocols-rest-api',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|