blob: 88b7c3264b97a6cb21661e201b35a9660f3201b7 [file] [log] [blame]
Ray Milkeyb6d64d52018-06-13 09:49:01 -07001COMPILE_DEPS = CORE_DEPS
2
Ray Milkey15053f02018-06-13 10:00:45 -07003osgi_jar_with_tests(
4 resources = glob(["src/main/resources/**"]),
5 resources_root = "src/main/resources",
Ray Milkeyb6d64d52018-06-13 09:49:01 -07006 deps = COMPILE_DEPS,
Ray Milkeyb6d64d52018-06-13 09:49:01 -07007)