blob: 5a1ddc64d4ac2ed254fd0cfb629c032160733038 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + ONOS_YANG + [
2 "@onos_yang_runtime//jar",
3 "@javax_ws_rs_api//jar",
4 "//utils/rest:onlab-rest",
5 "//apps/restconf/api:onos-apps-restconf-api",
6]
7
8osgi_jar_with_tests(
9 deps = COMPILE_DEPS,
10)