1
0

[HUDI-3235] Fix ClassNotFoundException due to log4j-core dependency (#4574)

- Move log4j-core to top level pom
This commit is contained in:
Sagar Sumit
2022-01-12 22:23:43 +05:30
committed by GitHub
parent 8a40d95506
commit 12e95771ee
3 changed files with 14 additions and 1 deletions

View File

@@ -154,7 +154,6 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<scope>test</scope>
</dependency>