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 <[email protected]>
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>

Reply via email to