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

[iotdb] branch master updated: Consensus dep (#5507)

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

tanxinyu 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 6139151e78 Consensus dep (#5507)
6139151e78 is described below

commit 6139151e7845df637ce823d903fba0afce4e8ff3
Author: SzyWilliam <48...@users.noreply.github.com>
AuthorDate: Wed Apr 13 19:45:57 2022 +0800

    Consensus dep (#5507)
    
    * test
    
    * test
---
 confignode/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/confignode/pom.xml b/confignode/pom.xml
index ff00b99f39..651e5aa2c0 100644
--- a/confignode/pom.xml
+++ b/confignode/pom.xml
@@ -60,11 +60,6 @@
             <artifactId>iotdb-server</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>io.dropwizard.metrics</groupId>
-            <artifactId>metrics-core</artifactId>
-            <version>3.2.5</version>
-        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
@@ -75,11 +70,6 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.codahale.metrics</groupId>
-            <artifactId>metrics-core</artifactId>
-            <version>3.0.2</version>
-        </dependency>
     </dependencies>
     <build>
         <plugins>