blob: 731ad1390e1ec6aa68034ab9e299b7e275227ba4 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//core/net:onos-core-net',
4]
5
Ray Milkey61403ed2016-04-28 12:27:51 -07006osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 resources_root = 'src/main/resources',
9 resources = glob(['src/main/resources/**']),
10)
11