diff --git a/dependencies.json b/dependencies.json index 2e121a3144403..1f8f06da726a3 100644 --- a/dependencies.json +++ b/dependencies.json @@ -95,13 +95,13 @@ "org.apache.commons:commons-pool2", "org.apache.httpcomponents:httpclient", "org.apache.httpcomponents:httpcore", - "org.apache.ratis:ratis-client", - "org.apache.ratis:ratis-common", - "org.apache.ratis:ratis-grpc", - "org.apache.ratis:ratis-metrics-api", - "org.apache.ratis:ratis-proto", - "org.apache.ratis:ratis-server", - "org.apache.ratis:ratis-server-api", + "com.timecho.ratis:ratis-client", + "com.timecho.ratis:ratis-common", + "com.timecho.ratis:ratis-grpc", + "com.timecho.ratis:ratis-metrics-api", + "com.timecho.ratis:ratis-proto", + "com.timecho.ratis:ratis-server", + "com.timecho.ratis:ratis-server-api", "org.apache.ratis:ratis-thirdparty-misc", "org.apache.thrift:libthrift", "org.apache.tsfile:common", diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml index 37c737618b8b8..abffbbcaf08e5 100644 --- a/iotdb-core/confignode/pom.xml +++ b/iotdb-core/confignode/pom.xml @@ -117,7 +117,7 @@ commons-io - org.apache.ratis + com.timecho.ratis ratis-common diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml index 93a8b888d7a4a..5280b94468cf5 100644 --- a/iotdb-core/consensus/pom.xml +++ b/iotdb-core/consensus/pom.xml @@ -67,31 +67,31 @@ 2.0.5-SNAPSHOT - org.apache.ratis + com.timecho.ratis ratis-server - org.apache.ratis + com.timecho.ratis ratis-server-api - org.apache.ratis + com.timecho.ratis ratis-common - org.apache.ratis + com.timecho.ratis ratis-client - org.apache.ratis + com.timecho.ratis ratis-grpc - org.apache.ratis + com.timecho.ratis ratis-proto - org.apache.ratis + com.timecho.ratis ratis-metrics-api diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml index 0a4d9418916e1..f1cd4a4fe46f5 100644 --- a/iotdb-core/datanode/pom.xml +++ b/iotdb-core/datanode/pom.xml @@ -164,7 +164,7 @@ netty-common - org.apache.ratis + com.timecho.ratis ratis-common diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml index 7998441539a88..cc2e7a5f90a34 100644 --- a/iotdb-core/node-commons/pom.xml +++ b/iotdb-core/node-commons/pom.xml @@ -191,7 +191,7 @@ test - org.apache.ratis + com.timecho.ratis ratis-common diff --git a/pom.xml b/pom.xml index d7b37da140961..1fa9a6e8eb128 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ 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. --> - 3.2.0 + 3.2.1 1.0.4 1.1.20 3.5.18 @@ -319,37 +319,37 @@ ${commons-io.version} - org.apache.ratis + com.timecho.ratis ratis-server ${ratis.version} - org.apache.ratis + com.timecho.ratis ratis-server-api ${ratis.version} - org.apache.ratis + com.timecho.ratis ratis-common ${ratis.version} - org.apache.ratis + com.timecho.ratis ratis-client ${ratis.version} - org.apache.ratis + com.timecho.ratis ratis-grpc ${ratis.version} - org.apache.ratis + com.timecho.ratis ratis-proto ${ratis.version} - org.apache.ratis + com.timecho.ratis ratis-metrics-api ${ratis.version}