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

@@ -489,5 +489,11 @@
<artifactId>junit-platform-commons</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>