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