Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions flink/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ scala_library(
maven_artifact("org.apache.avro:avro"),
maven_artifact("io.confluent:kafka-schema-registry-client"),
maven_artifact("io.confluent:kafka-protobuf-provider"),
maven_artifact("org.apache.hadoop:hadoop-common"),
maven_artifact("org.apache.hadoop:hadoop-client-api"),
maven_artifact("org.apache.hadoop:hadoop-yarn-api"),
maven_artifact("org.eclipse.jetty:jetty-util"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @piyush-zlai brought in jetty-util from maven repo, to get around the java compat issue.

],
)

Expand All @@ -47,6 +50,7 @@ test_deps = _FLINK_TEST_DEPS + [
maven_artifact("io.confluent:kafka-protobuf-provider"),
maven_artifact("org.apache.kafka:kafka-clients"),
maven_artifact("com.google.protobuf:protobuf-java"),
maven_artifact("org.apache.hadoop:hadoop-common"),
maven_artifact("org.apache.hadoop:hadoop-client-api"),
# Testing
scala_artifact_with_suffix("org.scalatest:scalatest-matchers-core"),
Expand Down
Loading
Loading