blob: b4cb4a0c72be387c18ec09f2c6d68a8fc3735d3e [file] [log] [blame]
Henry Yue20926e2016-08-25 22:58:02 -04001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:jersey-client',
4 '//lib:jersey-server',
5 '//lib:javax.ws.rs-api',
6 '//utils/rest:onlab-rest',
7 '//protocols/restconf/server/api:onos-protocols-restconf-server-api',
8 '//protocols/restconf/server/restconfmgr:onos-protocols-restconf-server-restconfmgr',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13)