Paper/Spigot-Server-Patches/0209-Include-Log4J2-SLF4J-implementation.patch

27 lines
781 B
Diff
Raw Normal View History

From 866b60f01910710276920494602e62743f83436f Mon Sep 17 00:00:00 2001
From: Minecrell <minecrell@minecrell.net>
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 08:39:55 +00:00
index bb32cb749d..a319cfe3b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,12 @@
</dependency>
<!-- Paper - Add additional Log4J dependencies -->
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ <version>2.8.1</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-iostreams</artifactId>
--
2.18.0