mohamedrahil | 00f6f26 | 2016-11-24 20:20:41 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
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 | '//lib:org.apache.karaf.shell.console', | ||||
10 | '//cli:onos-cli', | ||||
11 | ] | ||||
12 | |||||
13 | osgi_jar_with_tests ( | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | ) | ||||
16 |