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