mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 21:22:03 +00:00
Add jline-terminal-jansi to the classpath
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -62,6 +62,11 @@
|
|||||||
<artifactId>jline-terminal</artifactId>
|
<artifactId>jline-terminal</artifactId>
|
||||||
<version>${jlineVersion}</version>
|
<version>${jlineVersion}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jline</groupId>
|
||||||
|
<artifactId>jline-terminal-jansi</artifactId>
|
||||||
|
<version>${jlineVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
Reference in New Issue
Block a user