blob: bb95985a37a7e54f9c5c1ed15c4d9e1b3cf307f3 [file] [log] [blame]
sunishvkf7c56552016-07-18 16:02:39 +05301COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//protocols/ospf/api:onos-protocols-ospf-api',
4 '//protocols/ospf/ctl:onos-protocols-ospf-ctl',
5]
6
7TEST_DEPS = [
8 '//lib:TEST_ADAPTERS',
Ray Milkey446f4462017-08-17 15:36:01 -07009 '//lib:JACKSON',
sunishvkf7c56552016-07-18 16:02:39 +053010]
11
12osgi_jar_with_tests (
13 deps = COMPILE_DEPS,
14 test_deps = TEST_DEPS,
15)
16