1
0

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

This reverts commit e637d9ed26.
This commit is contained in:
hejinbiao123
2020-01-06 21:13:29 +08:00
committed by leesf
parent 28ccf8c521
commit b9fab0b933
26 changed files with 245 additions and 242 deletions

View File

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