Update log4j to 2.11.2 for JDK 9+ compat (#5400)

This commit is contained in:
Octavia Togami
2021-04-11 10:07:39 -07:00
committed by GitHub
parent a981965852
commit 61f400f112
6 changed files with 74 additions and 35 deletions

View File

@@ -5,17 +5,16 @@ Subject: [PATCH] Include Log4J2 SLF4J implementation
diff --git a/pom.xml b/pom.xml
index 14d365756efbe2067c049659eb9076ab1e3415ef..a58e4aa63164aa6ae4e7ecf87ea9c46c73fcb8f4 100644
index 6f96ce455f047073c124d13c54e3a77455ddd980..bb15d94f1aadf04439f0b9484f91a81440194c43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,12 @@
<version>2.8.1</version>
@@ -83,6 +83,11 @@
<artifactId>log4j-api</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ <version>2.8.1</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>