This is an automated email from the ASF dual-hosted git repository. HTHou pushed a commit to branch test_ratis_3.3.0 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 02b0b601a4f633badfe0fdfbb171d0792c5672a0 Author: HTHou <[email protected]> AuthorDate: Tue Jul 28 09:44:24 2026 +0800 Test ratis 3.3.0 --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7dc7e38602b..7c800ff72d0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,10 @@ <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> + <repository> + <id>ratis-snapshot</id> + <url>https://repository.apache.org/content/repositories/orgapacheratis-1181</url> + </repository> </repositories> <parent> <groupId>org.apache</groupId> @@ -118,8 +122,8 @@ <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.11</ratis-thirdparty-misc.version> - <ratis.version>3.3.0-adac7ef-SNAPSHOT</ratis.version> + <ratis-thirdparty-misc.version>1.1.0</ratis-thirdparty-misc.version> + <ratis.version>3.3.0</ratis.version> <reactive-streams.version>1.0.4</reactive-streams.version> <reactor-netty.version>1.2.9</reactor-netty.version> <reactor.version>3.7.9</reactor.version>
