Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "//incubator/api:onos-incubator-api", | ||||
3 | "//utils/rest:onlab-rest", | ||||
4 | "//protocols/rest/api:onos-protocols-rest-api", | ||||
5 | ] | ||||
6 | |||||
7 | osgi_jar_with_tests( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) |