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
parent 11b10106ee
commit 9e67637c69
5 changed files with 52 additions and 13 deletions

View File

@@ -19,9 +19,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/pom.xml
+++ b/pom.xml
@@ -0,0 +0,0 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.8.1</version>
- <scope>runtime</scope>
+ <scope>compile</scope>
</dependency>