Abacn commented on code in PR #38961:
URL: https://github.com/apache/beam/pull/38961#discussion_r3428725519
##########
examples/java/common.gradle:
##########
@@ -35,6 +35,16 @@ configurations.sparkRunnerPreCommit {
exclude group: "org.slf4j", module: "jul-to-slf4j"
exclude group: "org.slf4j", module: "slf4j-jdk14"
}
+configurations.flinkRunnerPreCommit {
Review Comment:
Thanks. Please check this comment
> If it's required to make Flink 2.1 working it's more concerning, as it
indicates users would need the same hack here
We shouldn't need to change examples/java to get specific things working.
Can we use exclude { `org.lz4:lz4-java` } in flink runner's dependency that
introduced this one transitively.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]