Henry Yu 3a91b13bfe Remove old RESTCONF server implemenation
Change-Id: I8a225a6bfc3552acdfbb2148a73e85cbb9ca3d93
2017-05-01 15:15:19 +00:00

14 lines
292 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:jersey-client',
'//lib:jersey-server',
'//lib:javax.ws.rs-api',
'//utils/rest:onlab-rest',
'//apps/restconf/api:onos-apps-restconf-api',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
web_context = '/onos/restconf',
)