mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-28 14:51:37 +01:00
1. BUCK file fixes in RESTCONF 2. Changed tenbi/yangmodel bundle to feature. This is required for YMS schema registration. 3. Added TE topology, TE tunnel, tenbi, restconf server, and TE provider to modules.defs. Change-Id: I5bc3208c7fe823352500a63f87bfd990cb3037b4
15 lines
406 B
Python
15 lines
406 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:jersey-client',
|
|
'//lib:jersey-server',
|
|
'//lib:javax.ws.rs-api',
|
|
'//utils/rest:onlab-rest',
|
|
'//protocols/restconf/server/api:onos-protocols-restconf-server-api',
|
|
'//protocols/restconf/server/restconfmgr:onos-protocols-restconf-server-restconfmgr',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
web_context = '/onos/restconf',
|
|
)
|