You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/04/03 13:09:50 UTC

[iotdb] 01/01: remove unused jna in cli

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

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

commit d84d2fac6fea484e44e26b4da1480c235fefd78e
Author: qiaojialin <64...@qq.com>
AuthorDate: Sun Apr 3 21:08:46 2022 +0800

    remove unused jna in cli
---
 cli/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cli/pom.xml b/cli/pom.xml
index 318d51e..80ff0f9 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -70,10 +70,6 @@
             <artifactId>jline</artifactId>
         </dependency>
         <dependency>
-            <groupId>net.java.dev.jna</groupId>
-            <artifactId>jna</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-antlr</artifactId>
             <version>${project.version}</version>