You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/04/30 08:56:01 UTC

[incubator-inlong] branch master updated: [INLONG-4044][Sort] Resolve conflict of flink-table-api-java-bridge jar (#4045)

This is an automated email from the ASF dual-hosted git repository.

healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new ddbd58c66 [INLONG-4044][Sort] Resolve conflict of flink-table-api-java-bridge jar (#4045)
ddbd58c66 is described below

commit ddbd58c668f47091f08860b4db25e1c0a179e6d9
Author: pacino <ge...@gmail.com>
AuthorDate: Sat Apr 30 16:55:56 2022 +0800

    [INLONG-4044][Sort] Resolve conflict of flink-table-api-java-bridge jar (#4045)
---
 inlong-sort/sort-single-tenant/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/inlong-sort/sort-single-tenant/pom.xml b/inlong-sort/sort-single-tenant/pom.xml
index ec69e894c..9a10e77a1 100644
--- a/inlong-sort/sort-single-tenant/pom.xml
+++ b/inlong-sort/sort-single-tenant/pom.xml
@@ -128,11 +128,6 @@
             <artifactId>flink-connector-hive_${flink.scala.binary.version}</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.apache.flink</groupId>
-            <artifactId>flink-table-api-java-bridge_${flink.scala.binary.version}</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-json</artifactId>
@@ -168,6 +163,7 @@
         <dependency>
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-table-runtime-blink_${flink.scala.binary.version}</artifactId>
+            <scope>provided</scope>
         </dependency>
 
         <dependency>