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

dockerzhang 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 adbf930738 [INLONG-8279][Sort] Fix NPE when run MySqlLoadSqlParseTest 
(#8610)
adbf930738 is described below

commit adbf930738008bf49a1363b59b6b618aaca66ffb
Author: emhui <[email protected]>
AuthorDate: Mon Jul 31 15:36:31 2023 +0800

    [INLONG-8279][Sort] Fix NPE when run MySqlLoadSqlParseTest (#8610)
---
 inlong-sort/sort-core/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/inlong-sort/sort-core/pom.xml b/inlong-sort/sort-core/pom.xml
index e376b6c7d6..b33b199c2a 100644
--- a/inlong-sort/sort-core/pom.xml
+++ b/inlong-sort/sort-core/pom.xml
@@ -203,6 +203,12 @@
                     <artifactId>sort-connector-oracle-cdc</artifactId>
                     <version>${project.version}</version>
                     <scope>test</scope>
+                    <exclusions>
+                        <exclusion>
+                            <groupId>io.debezium</groupId>
+                            <artifactId>debezium-ddl-parser</artifactId>
+                        </exclusion>
+                    </exclusions>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.inlong</groupId>

Reply via email to