Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 1 | COMPILE_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 | |||||
12 | osgi_jar_with_tests( | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | ) |