You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/10/10 03:14:56 UTC

[incubator-dolphinscheduler] branch dev updated: [Fix][API] Log dependency package conflict (#3833)

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

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new c4be3b5  [Fix][API] Log dependency package conflict (#3833)
c4be3b5 is described below

commit c4be3b57493fe75f5a5dbb9f258a0430d0363cc6
Author: hailin0 <ha...@yeah.net>
AuthorDate: Sat Oct 10 11:14:32 2020 +0800

    [Fix][API] Log dependency package conflict (#3833)
    
    Co-authored-by: lisiying <li...@192.168.0.102>
---
 dolphinscheduler-api/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dolphinscheduler-api/pom.xml b/dolphinscheduler-api/pom.xml
index 76dd898..cd6e04f 100644
--- a/dolphinscheduler-api/pom.xml
+++ b/dolphinscheduler-api/pom.xml
@@ -162,6 +162,12 @@
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-client</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>