blob: 883ced2842a9b64ba13ba680bfb0ade1e62278c6 [file] [log] [blame]
sunish vk7bdf4d42016-06-24 12:29:43 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
sunish vk7bdf4d42016-06-24 12:29:43 +05304 '//protocols/isis/api:onos-protocols-isis-api',
5 '//protocols/isis/ctl:onos-protocols-isis-ctl',
6]
7
8TEST_DEPS = [
9 '//lib:TEST_ADAPTERS',
10]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
15)