This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis/bazel-2 in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 94eb6efeb4fe1b58b45117c93d2de793e909c795 Author: Nicholas Nezis <[email protected]> AuthorDate: Wed Jan 22 02:06:06 2020 -0500 Added missing kafka dependency --- WORKSPACE | 1 + 1 file changed, 1 insertion(+) diff --git a/WORKSPACE b/WORKSPACE index 8a1ecb7..3afd468 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -65,6 +65,7 @@ maven_install( "com.hashicorp.nomad:nomad-sdk:0.7.0", "org.apache.hadoop:hadoop-core:0.20.2", "org.apache.pulsar:pulsar-client:shaded:1.19.0-incubating", + "org.apache.kafka:kafka-clients:2.2.0", "com.google.apis:google-api-services-storage:v1-rev108-" + google_client_version, "org.apache.reef:reef-runtime-yarn:" + reef_version, "org.apache.reef:reef-runtime-local:" + reef_version,
