|
1 | | -From ff0ec8e8ae8ff4f90cd8e0bde2f1cf1286380c00 Mon Sep 17 00:00:00 2001 |
| 1 | +From 4b5f3ea001deb0b4f855d78e654e70574c380b0f Mon Sep 17 00:00:00 2001 |
2 | 2 | From: Minecrell <minecrell@minecrell.net> |
3 | 3 | Date: Fri, 22 Sep 2017 12:46:47 +0200 |
4 | 4 | Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for |
@@ -275,7 +275,7 @@ index e956060c..40a1cc35 100644 |
275 | 275 | </configuration> |
276 | 276 | </plugin> |
277 | 277 | diff --git a/proxy/pom.xml b/proxy/pom.xml |
278 | | -index 8c25ae3a..07cf55ba 100644 |
| 278 | +index 8c25ae3a..cec44945 100644 |
279 | 279 | --- a/proxy/pom.xml |
280 | 280 | +++ b/proxy/pom.xml |
281 | 281 | @@ -45,6 +45,7 @@ |
@@ -310,7 +310,7 @@ index 8c25ae3a..07cf55ba 100644 |
310 | 310 | <dependency> |
311 | 311 | <groupId>net.sf.jopt-simple</groupId> |
312 | 312 | <artifactId>jopt-simple</artifactId> |
313 | | -@@ -131,6 +133,36 @@ |
| 313 | +@@ -131,6 +133,42 @@ |
314 | 314 | <version>${project.version}</version> |
315 | 315 | <scope>runtime</scope> |
316 | 316 | </dependency> |
@@ -339,8 +339,14 @@ index 8c25ae3a..07cf55ba 100644 |
339 | 339 | + </dependency> |
340 | 340 | + <dependency> |
341 | 341 | + <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> |
344 | 350 | + <scope>runtime</scope> |
345 | 351 | + </dependency> |
346 | 352 | + <!-- Waterfall end --> |
|
0 commit comments