blob: 09ad99a1554b26d95588b2992e137b8123db9120 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + [
Ray Milkey324af932018-06-20 19:50:31 -07002 "//utils/rest:onlab-rest",
3 "//protocols/rest/api:onos-protocols-rest-api",
4]
5
6osgi_jar_with_tests(
7 deps = COMPILE_DEPS,
8)