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", | ||||
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 3 | "//protocols/pcep/server/api:onos-protocols-pcep-server-api", |
4 | "//protocols/pcep/pcepio:onos-protocols-pcep-pcepio", | ||||
5 | ] | ||||
6 | |||||
7 | osgi_jar_with_tests( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) |