mirror of https://github.com/apache/iotdb
Bump ratis to 3.2.1 (#15871)
* Bump ratis to 3.2.1 * keep ratis-thirdparty-misc use org.apache * fix dependencies
This commit is contained in:
parent
1a035c4b8d
commit
ad8bedc1d5
|
@ -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",
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
<artifactId>commons-io</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -67,31 +67,31 @@
|
|||
<version>2.0.5-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-server</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-server-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-grpc</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-proto</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-metrics-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
<artifactId>netty-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
16
pom.xml
16
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.
|
||||
-->
|
||||
<ratis.version>3.2.0</ratis.version>
|
||||
<ratis.version>3.2.1</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>
|
||||
|
@ -319,37 +319,37 @@
|
|||
<version>${commons-io.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-server</artifactId>
|
||||
<version>${ratis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-server-api</artifactId>
|
||||
<version>${ratis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-common</artifactId>
|
||||
<version>${ratis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-client</artifactId>
|
||||
<version>${ratis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-grpc</artifactId>
|
||||
<version>${ratis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-proto</artifactId>
|
||||
<version>${ratis.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ratis</groupId>
|
||||
<groupId>com.timecho.ratis</groupId>
|
||||
<artifactId>ratis-metrics-api</artifactId>
|
||||
<version>${ratis.version}</version>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue