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 <[email protected]>
AuthorDate: Sat Oct 10 11:14:32 2020 +0800
[Fix][API] Log dependency package conflict (#3833)
Co-authored-by: lisiying <[email protected]>
---
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>