blob: 24415cf2eab07f48dc2f79aa0904e645bcf5279a [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',
Ray Milkey446f4462017-08-17 15:36:01 -07007 '//lib: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