Mohammad Shahid | 30fedc5 | 2017-08-09 11:49:40 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//protocols/bgp/api:onos-protocols-bgp-api', | ||||
4 | '//protocols/bgp/bgpio:onos-protocols-bgp-bgpio', | ||||
5 | '//incubator/store:onos-incubator-store', | ||||
6 | '//incubator/api:onos-incubator-api', | ||||
7 | ] | ||||
8 | |||||
9 | TEST_DEPS = [ | ||||
10 | '//lib:TEST_ADAPTERS', | ||||
11 | ] | ||||
12 | |||||
13 | osgi_jar_with_tests( | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | test_deps = TEST_DEPS, | ||||
16 | ) |