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

[inlong] branch release-1.3.0 updated: [INLONG-5733][Sort] Fix hive connector Slf4j class conflict (#5734)

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

zirui pushed a commit to branch release-1.3.0
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/release-1.3.0 by this push:
     new 38ed344ec [INLONG-5733][Sort] Fix hive connector Slf4j class conflict (#5734)
38ed344ec is described below

commit 38ed344eca697a22977a7a67fc298823f1d45489
Author: Xin Gong <ge...@gmail.com>
AuthorDate: Tue Aug 30 10:52:29 2022 +0800

    [INLONG-5733][Sort] Fix hive connector Slf4j class conflict (#5734)
---
 inlong-sort/sort-connectors/hive/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/inlong-sort/sort-connectors/hive/pom.xml b/inlong-sort/sort-connectors/hive/pom.xml
index e6b280d7c..1fafb9543 100644
--- a/inlong-sort/sort-connectors/hive/pom.xml
+++ b/inlong-sort/sort-connectors/hive/pom.xml
@@ -44,6 +44,12 @@
             <artifactId>audit-sdk</artifactId>
             <version>${project.version}</version>
             <scope>compile</scope>
+            <exclusions>
+                <exclusion>
+                    <artifactId>slf4j-api</artifactId>
+                    <groupId>org.slf4j</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>