blob: 4ac3704356005e5a6692434c686fba3235389b24 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@org_apache_karaf_shell_console//jar",
3 "//incubator/api:onos-incubator-api",
4 "//providers/bgp/cfg:onos-providers-bgp-cfg",
5 "//providers/bgp/topology:onos-providers-bgp-topology",
6 "//protocols/bgp/api:onos-protocols-bgp-api",
7 "//protocols/bgp/ctl:onos-protocols-bgp-ctl",
8 "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio",
9 "//cli:onos-cli",
10]
11
12osgi_jar_with_tests(
13 deps = COMPILE_DEPS,
14)