sonam-vend commented on a change in pull request #12938:
URL: https://github.com/apache/beam/pull/12938#discussion_r530168459
##########
File path: runners/flink/1.11/build.gradle
##########
@@ -31,3 +35,19 @@ project.ext {
// Load the main build script which contains all build logic.
apply from: "$basePath/flink_runner.gradle"
+
+dependencies {
+ permitUnusedDeclared library.java.jackson_annotations
+ permitUnusedDeclared
"org.apache.flink:flink-clients_2.11:$flink_clients_version"
Review comment:
@kennknowles, using wfhartford
plugin(https://github.com/wfhartford/gradle-dependency-analyze#configurations)
for dependency check by running "gradle analyzeDependencies --scan" gives
result of of the unusedDeclared and usedUndeclared dependency list. The plugin
says flink client is UnusedDeclared.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]