sunishvk | f7c5655 | 2016-07-18 16:02:39 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
Ray Milkey | f5c4f68 | 2017-09-06 16:19:21 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
sunishvk | f7c5655 | 2016-07-18 16:02:39 +0530 | [diff] [blame] | 4 | '//protocols/ospf/api:onos-protocols-ospf-api', |
5 | ] | ||||
6 | |||||
7 | osgi_jar_with_tests ( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) | ||||
10 |