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

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

commit 8c816f3498725c3c6aa4dd5195acec02efbd3407
Author: OneSizeFitQuorum <[email protected]>
AuthorDate: Tue Dec 17 11:33:08 2024 +0800

    bump
    
    Signed-off-by: OneSizeFitQuorum <[email protected]>
---
 iotdb-core/consensus/pom.xml | 4 ----
 iotdb-core/datanode/pom.xml  | 5 -----
 pom.xml                      | 8 +-------
 3 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index bbf4e2e3459..512cba1b4e9 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/consensus/pom.xml
@@ -94,10 +94,6 @@
             <groupId>org.apache.ratis</groupId>
             <artifactId>ratis-metrics-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.ratis</groupId>
-            <artifactId>ratis-thirdparty-misc</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index 8e8e5f6e232..d9f90e67f9b 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -343,11 +343,6 @@
             <artifactId>httpcore</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.ratis</groupId>
-            <artifactId>ratis-thirdparty-misc</artifactId>
-            <scope>runtime</scope>
-        </dependency>
         <dependency>
             <groupId>com.nimbusds</groupId>
             <artifactId>oauth2-oidc-sdk</artifactId>
diff --git a/pom.xml b/pom.xml
index d64067c508d..d8e201b3e6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,14 +129,13 @@
         <osgi.version>7.0.0</osgi.version>
         <pax-jdbc-common.version>1.5.6</pax-jdbc-common.version>
         <powermock.version>2.0.9</powermock.version>
-        <ratis-thirdparty-misc.version>1.0.5</ratis-thirdparty-misc.version>
         <!--
       This is an unreleased version of a custom branch. The 8-character part 
after the version number
       This is an unreleased version of a custom branch. The 8-character part 
after the version number
       is for ensuring the SNAPSHOT will stay available. We should however have 
the Ratis folks do a
       new release soon, as releasing with this version is more than sub-ideal.
     -->
-        <ratis.version>3.1.2-2fe59d3-SNAPSHOT</ratis.version>
+        <ratis.version>3.1.2-a862328-SNAPSHOT</ratis.version>
         <reactive-streams.version>1.0.4</reactive-streams.version>
         <reactor-netty.version>1.1.20</reactor-netty.version>
         <reactor.version>3.5.18</reactor.version>
@@ -340,11 +339,6 @@
                 <artifactId>ratis-metrics-api</artifactId>
                 <version>${ratis.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.ratis</groupId>
-                <artifactId>ratis-thirdparty-misc</artifactId>
-                <version>${ratis-thirdparty-misc.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-collections4</artifactId>

Reply via email to