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:49 UTC

[iotdb] branch remove_unused_dep created (now d84d2fa)

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

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


      at d84d2fa  remove unused jna in cli

This branch includes the following new commits:

     new d84d2fa  remove unused jna in cli

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by qi...@apache.org.
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>