Skip to content

Commit 89e0560

Browse files
committed
Update jline
1 parent 4485fd2 commit 89e0560

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

BungeeCord-Patches/0033-Use-Log4j2-for-logging-and-TerminalConsoleAppender-f.patch

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From ff0ec8e8ae8ff4f90cd8e0bde2f1cf1286380c00 Mon Sep 17 00:00:00 2001
1+
From 4b5f3ea001deb0b4f855d78e654e70574c380b0f Mon Sep 17 00:00:00 2001
22
From: Minecrell <minecrell@minecrell.net>
33
Date: Fri, 22 Sep 2017 12:46:47 +0200
44
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
@@ -275,7 +275,7 @@ index e956060c..40a1cc35 100644
275275
</configuration>
276276
</plugin>
277277
diff --git a/proxy/pom.xml b/proxy/pom.xml
278-
index 8c25ae3a..07cf55ba 100644
278+
index 8c25ae3a..cec44945 100644
279279
--- a/proxy/pom.xml
280280
+++ b/proxy/pom.xml
281281
@@ -45,6 +45,7 @@
@@ -310,7 +310,7 @@ index 8c25ae3a..07cf55ba 100644
310310
<dependency>
311311
<groupId>net.sf.jopt-simple</groupId>
312312
<artifactId>jopt-simple</artifactId>
313-
@@ -131,6 +133,36 @@
313+
@@ -131,6 +133,42 @@
314314
<version>${project.version}</version>
315315
<scope>runtime</scope>
316316
</dependency>
@@ -339,8 +339,14 @@ index 8c25ae3a..07cf55ba 100644
339339
+ </dependency>
340340
+ <dependency>
341341
+ <groupId>org.jline</groupId>
342-
+ <artifactId>jline-terminal-jansi</artifactId>
343-
+ <version>3.21.0</version>
342+
+ <artifactId>jline-terminal-ffm</artifactId>
343+
+ <version>4.0.9</version>
344+
+ <scope>runtime</scope>
345+
+ </dependency>
346+
+ <dependency>
347+
+ <groupId>org.jline</groupId>
348+
+ <artifactId>jline-terminal-jni</artifactId>
349+
+ <version>4.0.9</version>
344350
+ <scope>runtime</scope>
345351
+ </dependency>
346352
+ <!-- Waterfall end -->

0 commit comments

Comments
 (0)