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