Skip to content

Commit 1248091

Browse files
authored
Merge pull request #4129 from adamretter/doc/jline-jansi-comment
[doc] Add a comment about the requirement for jansi
2 parents dfe03ed + accfce8 commit 1248091

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exist-core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@
199199
<groupId>org.fusesource.jansi</groupId>
200200
<artifactId>jansi</artifactId>
201201
<version>2.4.0</version>
202+
<!--
203+
Optionally used by jline at runtime on Linux and macOS,
204+
and required by jline at runtime on Windows.
205+
-->
202206
<scope>runtime</scope>
203207
</dependency>
204208

0 commit comments

Comments
 (0)