Henry Yu | c44787a | 2017-05-12 15:07:35 -0400 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//incubator/api:onos-incubator-api', | ||||
4 | '//utils/rest:onlab-rest', | ||||
5 | '//protocols/rest/api:onos-protocols-rest-api', | ||||
6 | ] | ||||
7 | |||||
8 | osgi_jar_with_tests ( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |