cornmonster commented on a change in pull request #4458:
URL: https://github.com/apache/iotdb/pull/4458#discussion_r755889493
##########
File path: cli/pom.xml
##########
@@ -66,9 +66,18 @@
<version>0.9.2</version>
</dependency>
<dependency>
- <groupId>jline</groupId>
+ <groupId>org.jline</groupId>
<artifactId>jline</artifactId>
</dependency>
+ <dependency>
+ <groupId>net.java.dev.jna</groupId>
+ <artifactId>jna</artifactId>
+ </dependency>
Review comment:
To access the JVM's main terminal under the Windows system for Jline3 to
provide advanced features.
Please see:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]