[Fix][API] Log dependency package conflict (#3833)

Co-authored-by: lisiying <lisiying@192.168.0.102>
This commit is contained in:
hailin0 2020-10-10 11:14:32 +08:00 committed by GitHub
parent 1a257b1077
commit c4be3b5749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>