You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2023/04/13 08:22:53 UTC

[iotdb] branch native_raft updated: clean pom

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

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


The following commit(s) were added to refs/heads/native_raft by this push:
     new 6e0acdaf6e clean pom
6e0acdaf6e is described below

commit 6e0acdaf6e1ab52ff5f399080b8d249fa48d81c8
Author: jt2594838 <jt...@163.com>
AuthorDate: Thu Apr 13 16:22:36 2023 +0800

    clean pom
---
 consensus/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/consensus/pom.xml b/consensus/pom.xml
index fb72d61faf..311a81cb0a 100644
--- a/consensus/pom.xml
+++ b/consensus/pom.xml
@@ -70,12 +70,6 @@
             <artifactId>iotdb-thrift-raft-consensus</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.iotdb</groupId>
-            <artifactId>thrift-raft-consensus</artifactId>
-            <version>${project.version}</version>
-            <scope>compile</scope>
-        </dependency>
     </dependencies>
     <build>
         <plugins>