From 12e95771ee415bc005b7fd35d275fbbc177b0727 Mon Sep 17 00:00:00 2001 From: Sagar Sumit Date: Wed, 12 Jan 2022 22:23:43 +0530 Subject: [PATCH] [HUDI-3235] Fix ClassNotFoundException due to log4j-core dependency (#4574) - Move log4j-core to top level pom --- hudi-sync/hudi-hive-sync/pom.xml | 1 - hudi-utilities/pom.xml | 6 ++++++ pom.xml | 8 ++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/hudi-sync/hudi-hive-sync/pom.xml b/hudi-sync/hudi-hive-sync/pom.xml index 7cc51a306..19c1233d3 100644 --- a/hudi-sync/hudi-hive-sync/pom.xml +++ b/hudi-sync/hudi-hive-sync/pom.xml @@ -154,7 +154,6 @@ org.apache.logging.log4j log4j-core - 2.17.0 test diff --git a/hudi-utilities/pom.xml b/hudi-utilities/pom.xml index e7fb36e13..9955b1c5d 100644 --- a/hudi-utilities/pom.xml +++ b/hudi-utilities/pom.xml @@ -489,5 +489,11 @@ junit-platform-commons test + + + org.apache.logging.log4j + log4j-core + test + diff --git a/pom.xml b/pom.xml index 7fee57a53..bfb3723d5 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,7 @@ 1.7.0-M1 3.3.3 1.2.17 + 2.17.0 1.7.30 2.9.9 2.7.3 @@ -1131,6 +1132,13 @@ + + + org.apache.logging.log4j + log4j-core + ${log4j.test.version} + test +