mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-29 12:07:45 +01:00
Update Log4j2 to 2.12.0
This commit is contained in:
parent
9cdf9ddbfd
commit
79935991b6
@ -1,4 +1,4 @@
|
|||||||
From 934d7e095476ad257592f863f34dce3286ea816d Mon Sep 17 00:00:00 2001
|
From f49ada629ce06ccfb3a8f27300933965a990c83c Mon Sep 17 00:00:00 2001
|
||||||
From: Minecrell <minecrell@minecrell.net>
|
From: Minecrell <minecrell@minecrell.net>
|
||||||
Date: Fri, 22 Sep 2017 12:46:47 +0200
|
Date: Fri, 22 Sep 2017 12:46:47 +0200
|
||||||
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
|
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
|
||||||
@ -39,7 +39,7 @@ index c49d8503..487fb3bb 100644
|
|||||||
</build>
|
</build>
|
||||||
diff --git a/log4j/pom.xml b/log4j/pom.xml
|
diff --git a/log4j/pom.xml b/log4j/pom.xml
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 00000000..89d3b01d
|
index 00000000..f019aaaf
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/log4j/pom.xml
|
+++ b/log4j/pom.xml
|
||||||
@@ -0,0 +1,48 @@
|
@@ -0,0 +1,48 @@
|
||||||
@ -63,7 +63,7 @@ index 00000000..89d3b01d
|
|||||||
+ <description>Simplistic and performant Log4j2 based logger and console API designed for use with Waterfall and Minecraft related applications.</description>
|
+ <description>Simplistic and performant Log4j2 based logger and console API designed for use with Waterfall and Minecraft related applications.</description>
|
||||||
+
|
+
|
||||||
+ <properties>
|
+ <properties>
|
||||||
+ <log4j2.version>2.11.1</log4j2.version>
|
+ <log4j2.version>2.12.0</log4j2.version>
|
||||||
+ </properties>
|
+ </properties>
|
||||||
+
|
+
|
||||||
+ <dependencies>
|
+ <dependencies>
|
||||||
@ -232,7 +232,7 @@ index 00000000..93ce3b14
|
|||||||
+ </Loggers>
|
+ </Loggers>
|
||||||
+</Configuration>
|
+</Configuration>
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index a10650d3..98df957c 100644
|
index 516b87eb..eff0bf2e 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -56,6 +56,7 @@
|
@@ -56,6 +56,7 @@
|
||||||
@ -457,5 +457,5 @@ index 10366c88..8c5cc949 100644
|
|||||||
}
|
}
|
||||||
|
|
||||||
--
|
--
|
||||||
2.21.0
|
2.22.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user