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 14:12:45 UTC

[iotdb] branch remove_jna created (now 1810d74)

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

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


      at 1810d74  remove jna

This branch includes the following new commits:

     new 1810d74  remove jna

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 jna

Posted by qi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1810d74a2838398891ad73e0478679ef9cae5da0
Author: qiaojialin <64...@qq.com>
AuthorDate: Sun Apr 3 22:11:44 2022 +0800

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

diff --git a/cli/pom.xml b/cli/pom.xml
index c84e2a6..97c4a26 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>