1
0

[HUDI-455] Redo hudi-client log statements using SLF4J (#1145)

* [HUDI-455] Redo hudi-client log statements using SLF4J
This commit is contained in:
hejinbiao123
2019-12-31 13:49:34 +08:00
committed by vinoyang
parent ab6ae5cebb
commit e637d9ed26
26 changed files with 242 additions and 245 deletions

View File

@@ -85,6 +85,11 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<!-- Parquet -->
<dependency>