Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "//protocols/bgp/api:onos-protocols-bgp-api", | ||||
3 | "//incubator/api:onos-incubator-api", | ||||
4 | "//protocols/pcep/server/api:onos-protocols-pcep-server-api", | ||||
5 | "//protocols/pcep/pcepio:onos-protocols-pcep-pcepio", | ||||
6 | ] | ||||
7 | |||||
8 | osgi_jar_with_tests( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |