You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/18 15:29:08 UTC

[GitHub] [incubator-inlong] dockerzhang commented on a diff in pull request #4255: [INLONG-4254][Manager] Add flink table dependencies for inlong-manager/manager-plugins

dockerzhang commented on code in PR #4255:
URL: https://github.com/apache/incubator-inlong/pull/4255#discussion_r875956817


##########
inlong-manager/manager-plugins/pom.xml:
##########
@@ -51,6 +51,15 @@
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-clients_2.11</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-table-runtime-blink_2.11</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-table-api-java</artifactId>
+            <version>1.13.5</version>

Review Comment:
   remove the version, it'll use the defind `<version>${flink.version}</version>`.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org