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 | "//providers/bgp/cfg:onos-providers-bgp-cfg", |
| 3 | "//providers/bgp/topology:onos-providers-bgp-topology", |
| 4 | "//protocols/bgp/api:onos-protocols-bgp-api", |
| 5 | "//protocols/bgp/ctl:onos-protocols-bgp-ctl", |
| 6 | "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio", |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests( |
Ray Milkey | fd92804 | 2018-10-11 15:58:45 -0700 | [diff] [blame] | 10 | karaf_command_packages = ["org.onosproject.bgp.cli"], |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 11 | deps = COMPILE_DEPS, |
| 12 | ) |