Ray Milkey a01809a018 bazel file formatting
Change-Id: Ib19ee630e383250b0e0ba43e6d864ff727069fab
2018-08-09 22:55:06 +00:00

8 lines
107 B
Python

COMPILE_DEPS = CORE_DEPS + [
"@kafka_clients//jar",
]
osgi_jar_with_tests(
deps = COMPILE_DEPS,
)