blob: 97d99aa9372c6713190a07f74c1cc0faa3aa87dc [file] [log] [blame]
Jin Gan79f75372017-01-05 15:08:11 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:jersey-client',
4 '//lib:javax.ws.rs-api',
5 '//lib:jersey-server',
6]
7
8osgi_jar_with_tests (
9 deps = COMPILE_DEPS,
10)