blob: 4484db701c79f527d2156da1522919b73c4af31a [file] [log] [blame]
Ray Milkey8dac8182016-04-28 16:44:19 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:NETTY',
Ray Milkey8dac8182016-04-28 16:44:19 -07004 '//protocols/isis/api:onos-protocols-isis-api',
Ray Milkey446f4462017-08-17 15:36:01 -07005 '//lib:netty',
Ray Milkey8dac8182016-04-28 16:44:19 -07006]
7
8osgi_jar_with_tests (
9 deps = COMPILE_DEPS,
10)