sunish vk | 7bdf4d4 | 2016-06-24 12:29:43 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
sunish vk | 7bdf4d4 | 2016-06-24 12:29:43 +0530 | [diff] [blame] | 4 | '//protocols/isis/api:onos-protocols-isis-api', |
5 | '//protocols/isis/ctl:onos-protocols-isis-ctl', | ||||
6 | ] | ||||
7 | |||||
8 | TEST_DEPS = [ | ||||
9 | '//lib:TEST_ADAPTERS', | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests ( | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | test_deps = TEST_DEPS, | ||||
15 | ) |