sonam-vend commented on a change in pull request #12938:
URL: https://github.com/apache/beam/pull/12938#discussion_r535252653



##########
File path: runners/flink/1.8/build.gradle
##########
@@ -32,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"
+  compile library.java.jackson_databind
+  compile library.java.jsr305
+  compile "org.apache.flink:flink-annotations:$flink_annotations_version"
+  compile "org.apache.flink:flink-optimizer_2.11:$flink_optimizer_version"
+  compile "org.checkerframework:checker-qual:$checker_qual_version"
+  compile project(path: ":model:fn-execution", configuration: "shadow")
+  compile project(path: ":model:pipeline", configuration: "shadow")
+  compile project(path: ":model:job-management:", configuration: "shadow")
+  compile project(":sdks:java:fn-execution")
+  compile project(path: ":vendor:sdks-java-extensions-protobuf", 
configuration: "shadow")
+  permitUnusedDeclared "org.checkerframework:checker-qual:3.7.0"

Review comment:
       Done as per your recommendation :)

##########
File path: runners/flink/1.11/job-server/build.gradle
##########
@@ -29,3 +29,9 @@ project.ext {
 
 // Load the main build script which contains all build logic.
 apply from: "$basePath/flink_job_server.gradle"
+
+
+dependencies {
+  permitUnusedDeclared project(":runners:flink:1.11")
+  permitUnusedDeclared "org.checkerframework:checker-qual:3.7.0"

Review comment:
       Done as per your recommendation :)




----------------------------------------------------------------
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]


Reply via email to