blob: bf384654b29ab7e9ea22be426db484da1ecf5918 [file] [log] [blame]
Mohammad Shahid30fedc52017-08-09 11:49:40 +05301COMPILE_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
9TEST_DEPS = [
10 '//lib:TEST_ADAPTERS',
11]
12
13osgi_jar_with_tests(
14 deps = COMPILE_DEPS,
15 test_deps = TEST_DEPS,
16)