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



##########
File path: runners/flink/1.10/build.gradle
##########
@@ -17,6 +17,13 @@
  */
 
 def basePath = '..'
+def jackson_annotations_version = "2.10.2"
+def flink_clients_version = "1.10.1"
+def jackson_databind_verisioon = "2.10.2"
+def jsr305_version = "3.0.2"
+def flink_annotations_version = "1.10.1"
+def flink_optimizer_version = "1.10.1"
+def checker_qual_version = "2.0.0"

Review comment:
       Flink 1.8 needs :
   def flink_clients_version = "1.8.3"
   def flink_annotations_version = "1.8.3"
   def flink_optimizer_version = "1.8.3"
   Flink 1.9 needs: 
   def flink_clients_version = "1.9.3"
   def flink_annotations_version = "1.9.3"
   def flink_optimizer_version = "1.9.3"
   Same is true for flink 1.10 and 1.11.




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