mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-25 03:35:18 +01:00
Update TerminalConsoleAppender to 1.1.1
See https://github.com/Minecrell/TerminalConsoleAppender/releases/tag/1.1.1
This commit is contained in:
parent
578418c4f2
commit
56b617c361
@ -1,4 +1,4 @@
|
|||||||
From 8608d4bdfea1916353238c7ae20a4ec218e31321 Mon Sep 17 00:00:00 2001
|
From 9f9dac11d97f547151023d30b371db781bfd4a5c 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
|
||||||
@ -252,7 +252,7 @@ index 79493df2..0183bf9c 100644
|
|||||||
<module>protocol</module>
|
<module>protocol</module>
|
||||||
<module>proxy</module>
|
<module>proxy</module>
|
||||||
diff --git a/proxy/pom.xml b/proxy/pom.xml
|
diff --git a/proxy/pom.xml b/proxy/pom.xml
|
||||||
index 2efeaa9e..2fa860e1 100644
|
index 2efeaa9e..df84d6f1 100644
|
||||||
--- a/proxy/pom.xml
|
--- a/proxy/pom.xml
|
||||||
+++ b/proxy/pom.xml
|
+++ b/proxy/pom.xml
|
||||||
@@ -70,7 +70,7 @@
|
@@ -70,7 +70,7 @@
|
||||||
@ -273,7 +273,7 @@ index 2efeaa9e..2fa860e1 100644
|
|||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>net.minecrell</groupId>
|
+ <groupId>net.minecrell</groupId>
|
||||||
+ <artifactId>terminalconsoleappender</artifactId>
|
+ <artifactId>terminalconsoleappender</artifactId>
|
||||||
+ <version>1.1.0</version>
|
+ <version>1.1.1</version>
|
||||||
+ </dependency>
|
+ </dependency>
|
||||||
+ <dependency>
|
+ <dependency>
|
||||||
+ <groupId>net.java.dev.jna</groupId>
|
+ <groupId>net.java.dev.jna</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user