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/10/26 02:01:08 UTC

[inlong] branch master updated: [INLONG-6283][Sort] Fix the JAR conflict between sort-dist and sort-connector (#6284)

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/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new ce2dcfc6d [INLONG-6283][Sort] Fix the JAR conflict between sort-dist and sort-connector (#6284)
ce2dcfc6d is described below

commit ce2dcfc6d3ab954df8642aae3e8c867aa87f3292
Author: Schnapps <zp...@connect.ust.hk>
AuthorDate: Wed Oct 26 10:01:01 2022 +0800

    [INLONG-6283][Sort] Fix the JAR conflict between sort-dist and sort-connector (#6284)
---
 inlong-sort/sort-formats/format-json/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inlong-sort/sort-formats/format-json/pom.xml b/inlong-sort/sort-formats/format-json/pom.xml
index c317bfebb..089c054d5 100644
--- a/inlong-sort/sort-formats/format-json/pom.xml
+++ b/inlong-sort/sort-formats/format-json/pom.xml
@@ -78,6 +78,7 @@
         <dependency>
             <groupId>io.debezium</groupId>
             <artifactId>debezium-core</artifactId>
+            <scope>provided</scope>
         </dependency>
 
     </dependencies>