blob: f381e3ee79e9e7dc68c8a00a1a6fe9ff4f052d05 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey8dac8182016-04-28 16:44:19 -07003 '//protocols/ospf/api:onos-protocols-ospf-api',
4 '//protocols/ospf/protocol:onos-protocols-ospf-protocol',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005]
6
Ray Milkey8dac8182016-04-28 16:44:19 -07007osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009)
10