blob: b4f282b8fd77f964c65ce922d874a9cf9fdfd307 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + REST + [
2 "@jersey_client//jar",
3 "@jersey_server//jar",
4]
5
6osgi_jar_with_tests(
7 test_deps = TEST_REST,
8 deps = COMPILE_DEPS,
9)