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