From 22c648b90accbae054bc67ed7e6243d9dd6d0878 Mon Sep 17 00:00:00 2001 From: games647 Date: Wed, 14 Jun 2017 21:15:38 +0200 Subject: [PATCH] Fix compatibility with PaperSpigot by shading Ansi --- pom.xml | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f92fd62..171cb92 100644 --- a/pom.xml +++ b/pom.xml @@ -58,6 +58,38 @@ ${outputDir} + + + org.apache.maven.plugins + maven-shade-plugin + 3.0.0 + + false + + + org.fusesource.jansi:jansi + + + + + org.fusesource.jansi:jansi + + + META-INF/** + + + + true + + + + package + + shade + + + + @@ -122,10 +154,9 @@ - jline - jline - 2.12.1 - compile + org.fusesource.jansi + jansi + 1.16