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/08/18 08:01:39 UTC

[iotdb] branch master updated: [IOTDB-4179] Clear iotdb-thrift-sync in pom file (#7045)

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 cf4ca212bc [IOTDB-4179] Clear iotdb-thrift-sync in pom file (#7045)
cf4ca212bc is described below

commit cf4ca212bc0b847a6ad4edbadfb05d2180044d56
Author: Chen YZ <43...@users.noreply.github.com>
AuthorDate: Thu Aug 18 16:01:32 2022 +0800

    [IOTDB-4179] Clear iotdb-thrift-sync in pom file (#7045)
---
 node-commons/pom.xml | 2 +-
 server/pom.xml       | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/node-commons/pom.xml b/node-commons/pom.xml
index 737ade8e06..2ce550dd25 100644
--- a/node-commons/pom.xml
+++ b/node-commons/pom.xml
@@ -84,7 +84,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
-            <artifactId>iotdb-thrift-sync</artifactId>
+            <artifactId>iotdb-thrift</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
diff --git a/server/pom.xml b/server/pom.xml
index d39a90da58..fed4669024 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -65,11 +65,6 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.iotdb</groupId>
-            <artifactId>iotdb-thrift-sync</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>influxdb-thrift</artifactId>