Henry Yu e20926ebaa RESTCONF Server outline
Change-Id: Id93a647b35b24c47f2828763a799b56a50113faf
2016-09-30 00:31:13 +00:00

11 lines
175 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:jersey-client',
'//lib:javax.ws.rs-api',
'//lib:jersey-server',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)