blob: 1fe21db860e3b6edb5867489b6b23e64b9bfbf56 [file] [log] [blame]
Thomas Vachuskafe01f222018-08-06 11:44:22 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@kafka_clients//jar",
3]
4
Ray Milkeya01809a2018-08-09 09:20:06 -07005osgi_jar_with_tests(
Thomas Vachuskafe01f222018-08-06 11:44:22 -07006 deps = COMPILE_DEPS,
Ray Milkeya01809a2018-08-09 09:20:06 -07007)