Skip to content

Commit 5750215

Browse files
committed
HIVE-28417: Bump Log4j2 to 2.23.1 to facilitate compilation of GraalVM Native Image
1 parent 929305f commit 5750215

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

llap-server/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,8 @@
367367
</dependency>
368368
<dependency>
369369
<groupId>org.apache.logging.log4j</groupId>
370-
<artifactId>log4j-core</artifactId>
370+
<artifactId>log4j-core-test</artifactId>
371371
<version>${log4j2.version}</version>
372-
<classifier>tests</classifier>
373372
<scope>test</scope>
374373
</dependency>
375374
<dependency>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<!-- Leaving libfb303 at 0.9.3 regardless of libthrift: As per THRIFT-4613 The Apache Thrift project does not publish items related to fb303 at this point -->
176176
<libfb303.version>0.9.3</libfb303.version>
177177
<libthrift.version>0.16.0</libthrift.version>
178-
<log4j2.version>2.18.0</log4j2.version>
178+
<log4j2.version>2.23.1</log4j2.version>
179179
<mariadb.version>2.5.0</mariadb.version>
180180
<mssql.version>6.2.1.jre8</mssql.version>
181181
<mysql.version>8.0.31</mysql.version>

standalone-metastore/metastore-server/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,8 @@
412412
</dependency>
413413
<dependency>
414414
<groupId>org.apache.logging.log4j</groupId>
415-
<artifactId>log4j-core</artifactId>
415+
<artifactId>log4j-core-test</artifactId>
416416
<version>${log4j2.version}</version>
417-
<classifier>tests</classifier>
418417
<scope>test</scope>
419418
</dependency>
420419
</dependencies>

standalone-metastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<junit.vintage.version>5.6.3</junit.vintage.version>
9090
<libfb303.version>0.9.3</libfb303.version>
9191
<libthrift.version>0.16.0</libthrift.version>
92-
<log4j2.version>2.18.0</log4j2.version>
92+
<log4j2.version>2.23.1</log4j2.version>
9393
<mockito-core.version>3.4.4</mockito-core.version>
9494
<orc.version>1.8.5</orc.version>
9595
<protobuf.version>3.24.4</protobuf.version>

0 commit comments

Comments
 (0)