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 5fb2801053da9b19bc628532c2ddfcea3f14c3b0 Author: OneSizeFitQuorum <[email protected]> AuthorDate: Sun Dec 15 11:41:54 2024 +0800 bump ratis to 3.1.2-bf3b491-SNAPSHOT Signed-off-by: OneSizeFitQuorum <[email protected]> --- dependencies.json | 1 - iotdb-core/consensus/pom.xml | 4 ---- iotdb-core/datanode/pom.xml | 5 ----- pom.xml | 8 +------- 4 files changed, 1 insertion(+), 17 deletions(-) diff --git a/dependencies.json b/dependencies.json index dfcaa6a317b..05ebc645b4b 100644 --- a/dependencies.json +++ b/dependencies.json @@ -101,7 +101,6 @@ "org.apache.ratis:ratis-proto", "org.apache.ratis:ratis-server", "org.apache.ratis:ratis-server-api", - "org.apache.ratis:ratis-thirdparty-misc", "org.apache.thrift:libthrift", "org.apache.tsfile:common", "org.apache.tsfile:tsfile", 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 6dc3be76131..42d20d9848a 100644 --- a/pom.xml +++ b/pom.xml @@ -128,14 +128,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-bf3b491-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> @@ -339,11 +338,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>
