You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/11/24 10:15:19 UTC

[GitHub] [iotdb] cornmonster commented on a change in pull request #4458: [IOTDB-1673] CLI refactor

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:
   ![image](https://user-images.githubusercontent.com/20107543/143218637-57dfc92b-5301-4967-93da-11a7e1ea8c65.png)
   




-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org