blob: 5a6b1e646335c0ce006474978107bf37646e61f7 [file] [log] [blame]
Ray Milkey86ad7bb2018-09-27 12:32:28 -07001COMPILE_DEPS = CORE_DEPS + CLI + [
Ray Milkey18fb0812018-06-21 10:32:53 -07002 "//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 Milkey18fb0812018-06-21 10:32:53 -07007]
8
9osgi_jar_with_tests(
Ray Milkeyfd928042018-10-11 15:58:45 -070010 karaf_command_packages = ["org.onosproject.bgp.cli"],
Ray Milkey18fb0812018-06-21 10:32:53 -070011 deps = COMPILE_DEPS,
12)