blob: 39a3872f09b00a8080d89ef6a834fcf81222d7ad [file] [log] [blame]
Jin Gan79f75372017-01-05 15:08:11 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Jin Gan79f75372017-01-05 15:08:11 -08004 '//lib:jersey-client',
5 '//lib:javax.ws.rs-api',
6 '//lib:jersey-server',
7]
8
Sean Condon13b16812018-01-25 10:31:49 +00009TEST_DEPS = [
10 '//lib:TEST_REST',
11]
12
Jin Gan79f75372017-01-05 15:08:11 -080013osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
Sean Condon13b16812018-01-25 10:31:49 +000015 test_deps = TEST_DEPS,
Jin Gan79f75372017-01-05 15:08:11 -080016)