blob: 3263164bea3a4eb3ce12d1ae398587561b594473 [file] [log] [blame]
Ray Milkeyb6d64d52018-06-13 09:49:01 -07001COMPILE_DEPS = CORE_DEPS
2
3osgi_jar_with_tests (
4 deps = COMPILE_DEPS,
5 resources_root = 'src/main/resources',
6 resources = glob(['src/main/resources/**']),
7)
8