blob: b54f53c2918b84abcc7ae2a6bce85d4ee4f25c0a [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
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11)