blob: a3d550ee32b34c2210403e7288b5ffd706629be0 [file] [log] [blame]
Ray Milkey28b15ae2018-10-18 11:36:10 -07001COMPILE_DEPS = CORE_DEPS + JAXB
Ray Milkeyb6d64d52018-06-13 09:49:01 -07002
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)