[HUDI-3235] Fix ClassNotFoundException due to log4j-core dependency (#4574)
- Move log4j-core to top level pom
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -103,6 +103,7 @@
|
||||
<junit.platform.version>1.7.0-M1</junit.platform.version>
|
||||
<mockito.jupiter.version>3.3.3</mockito.jupiter.version>
|
||||
<log4j.version>1.2.17</log4j.version>
|
||||
<log4j.test.version>2.17.0</log4j.test.version>
|
||||
<slf4j.version>1.7.30</slf4j.version>
|
||||
<joda.version>2.9.9</joda.version>
|
||||
<hadoop.version>2.7.3</hadoop.version>
|
||||
@@ -1131,6 +1132,13 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- Needed for running HiveServer for Tests -->
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>${log4j.test.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user