You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/04/04 10:41:29 UTC

[iotdb] branch master updated: [IOTDB-2843] remove unused jna dependency in cli (#5410)

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new fbfb3ebe2c [IOTDB-2843] remove unused jna dependency in cli (#5410)
fbfb3ebe2c is described below

commit fbfb3ebe2c4df3bf9dfb5891fcc764bb3fbd6d0e
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Mon Apr 4 18:41:22 2022 +0800

    [IOTDB-2843] remove unused jna dependency in cli (#5410)
---
 cli/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cli/pom.xml b/cli/pom.xml
index 318d51eaaa..05c8eec8ac 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -69,6 +69,8 @@
             <groupId>org.jline</groupId>
             <artifactId>jline</artifactId>
         </dependency>
+        <!-- Not for importing class, used for windows CLI,
+        refer to https://github.com/apache/iotdb/pull/4458 -->
         <dependency>
             <groupId>net.java.dev.jna</groupId>
             <artifactId>jna</artifactId>