blob: 494b810a109877ebc17fb4e996e9354b3339ea76 [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:JACKSON',
Ray Milkey8dac8182016-04-28 16:44:19 -07004 '//protocols/isis/api:onos-protocols-isis-api',
5]
6
7osgi_jar_with_tests (
8 deps = COMPILE_DEPS,
9)
10