blob: ec894cc011392d403a27d38f9c32f23c2194958e [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:NETTY',
4 '//lib:JACKSON',
Ray Milkey8dac8182016-04-28 16:44:19 -07005 '//protocols/ospf/api:onos-protocols-ospf-api',
6 '//protocols/ospf/protocol:onos-protocols-ospf-protocol',
Carmelo Cascone72893b72018-08-09 00:59:06 -07007 '//lib:io_netty_netty',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008]
9
Ray Milkey8dac8182016-04-28 16:44:19 -070010osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012)
13