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