diff --git a/dependencies.json b/dependencies.json
index 40421228542d2..6553a8dfe3e85 100644
--- a/dependencies.json
+++ b/dependencies.json
@@ -32,13 +32,13 @@
"com.nimbusds:nimbus-jose-jwt",
"com.nimbusds:oauth2-oidc-sdk",
"com.sun.istack:istack-commons-runtime",
- "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-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.zaxxer:HikariCP",
"commons-cli:commons-cli",
"commons-codec:commons-codec",
diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml
index c2159fc664725..4d255099b10cc 100644
--- a/iotdb-core/confignode/pom.xml
+++ b/iotdb-core/confignode/pom.xml
@@ -113,7 +113,7 @@
slf4j-api
- com.timecho.ratis
+ org.apache.ratis
ratis-common
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index de9a3574eef4b..c36193c8c0766 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/consensus/pom.xml
@@ -67,31 +67,31 @@
2.0.6-SNAPSHOT
- com.timecho.ratis
+ org.apache.ratis
ratis-server
- com.timecho.ratis
+ org.apache.ratis
ratis-server-api
- com.timecho.ratis
+ org.apache.ratis
ratis-common
- com.timecho.ratis
+ org.apache.ratis
ratis-client
- com.timecho.ratis
+ org.apache.ratis
ratis-grpc
- com.timecho.ratis
+ org.apache.ratis
ratis-proto
- com.timecho.ratis
+ org.apache.ratis
ratis-metrics-api
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index 626d8265eed2e..210a08d636634 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -156,7 +156,7 @@
netty-common
- com.timecho.ratis
+ org.apache.ratis
ratis-common
diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml
index 4a42198f5b57f..85ff69ee8ac7a 100644
--- a/iotdb-core/node-commons/pom.xml
+++ b/iotdb-core/node-commons/pom.xml
@@ -176,7 +176,7 @@
test
- com.timecho.ratis
+ org.apache.ratis
ratis-common
diff --git a/pom.xml b/pom.xml
index 71e0f017c5df2..79d231b3c39c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,37 +321,37 @@
${bouncycastle.version}
- com.timecho.ratis
+ org.apache.ratis
ratis-server
${ratis.version}
- com.timecho.ratis
+ org.apache.ratis
ratis-server-api
${ratis.version}
- com.timecho.ratis
+ org.apache.ratis
ratis-common
${ratis.version}
- com.timecho.ratis
+ org.apache.ratis
ratis-client
${ratis.version}
- com.timecho.ratis
+ org.apache.ratis
ratis-grpc
${ratis.version}
- com.timecho.ratis
+ org.apache.ratis
ratis-proto
${ratis.version}
- com.timecho.ratis
+ org.apache.ratis
ratis-metrics-api
${ratis.version}