2018-07-23 10:39:55 +02:00
|
|
|
From a56190cc108317d133af9fa00a0e7ed0ad0ae60e Mon Sep 17 00:00:00 2001
|
2018-03-08 16:08:21 +01:00
|
|
|
From: Minecrell <minecrell@minecrell.net>
|
2017-09-21 16:34:36 +02:00
|
|
|
Date: Thu, 21 Sep 2017 16:33:35 +0200
|
|
|
|
Subject: [PATCH] Include Log4J2 SLF4J implementation
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
2018-07-23 10:39:55 +02:00
|
|
|
index bb32cb749d..a319cfe3b8 100644
|
2017-09-21 16:34:36 +02:00
|
|
|
--- a/pom.xml
|
|
|
|
+++ b/pom.xml
|
2018-07-22 07:27:46 +02:00
|
|
|
@@ -90,6 +90,12 @@
|
2018-03-10 14:07:40 +01:00
|
|
|
</dependency>
|
|
|
|
|
2017-09-21 16:34:36 +02:00
|
|
|
<!-- Paper - Add additional Log4J dependencies -->
|
2018-03-10 14:07:40 +01:00
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
2017-09-21 16:34:36 +02:00
|
|
|
+ <artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
+ <version>2.8.1</version>
|
|
|
|
+ <scope>runtime</scope>
|
|
|
|
+ </dependency>
|
2018-03-10 14:07:40 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
2017-09-21 16:34:36 +02:00
|
|
|
<artifactId>log4j-iostreams</artifactId>
|
|
|
|
--
|
2018-06-30 07:40:52 +02:00
|
|
|
2.18.0
|
2017-09-21 16:34:36 +02:00
|
|
|
|