|
144 | 144 | is for ensuring the SNAPSHOT will stay available. We should however have the Ratis folks do a |
145 | 145 | new release soon, as releasing with this version is more than sub-ideal. |
146 | 146 | --> |
147 | | - <ratis.version>3.2.0-3247c7f-SNAPSHOT</ratis.version> |
| 147 | + <ratis.version>3.2.0</ratis.version> |
148 | 148 | <reactive-streams.version>1.0.4</reactive-streams.version> |
149 | 149 | <reactor-netty.version>1.1.20</reactor-netty.version> |
150 | 150 | <reactor.version>3.5.18</reactor.version> |
|
319 | 319 | <version>${commons-io.version}</version> |
320 | 320 | </dependency> |
321 | 321 | <dependency> |
322 | | - <groupId>org.apache.ratis</groupId> |
| 322 | + <groupId>com.timecho.ratis</groupId> |
323 | 323 | <artifactId>ratis-server</artifactId> |
324 | 324 | <version>${ratis.version}</version> |
325 | 325 | </dependency> |
326 | 326 | <dependency> |
327 | | - <groupId>org.apache.ratis</groupId> |
| 327 | + <groupId>com.timecho.ratis</groupId> |
328 | 328 | <artifactId>ratis-server-api</artifactId> |
329 | 329 | <version>${ratis.version}</version> |
330 | 330 | </dependency> |
331 | 331 | <dependency> |
332 | | - <groupId>org.apache.ratis</groupId> |
| 332 | + <groupId>com.timecho.ratis</groupId> |
333 | 333 | <artifactId>ratis-common</artifactId> |
334 | 334 | <version>${ratis.version}</version> |
335 | 335 | </dependency> |
336 | 336 | <dependency> |
337 | | - <groupId>org.apache.ratis</groupId> |
| 337 | + <groupId>com.timecho.ratis</groupId> |
338 | 338 | <artifactId>ratis-client</artifactId> |
339 | 339 | <version>${ratis.version}</version> |
340 | 340 | </dependency> |
341 | 341 | <dependency> |
342 | | - <groupId>org.apache.ratis</groupId> |
| 342 | + <groupId>com.timecho.ratis</groupId> |
343 | 343 | <artifactId>ratis-grpc</artifactId> |
344 | 344 | <version>${ratis.version}</version> |
345 | 345 | </dependency> |
346 | 346 | <dependency> |
347 | | - <groupId>org.apache.ratis</groupId> |
| 347 | + <groupId>com.timecho.ratis</groupId> |
348 | 348 | <artifactId>ratis-proto</artifactId> |
349 | 349 | <version>${ratis.version}</version> |
350 | 350 | </dependency> |
351 | 351 | <dependency> |
352 | | - <groupId>org.apache.ratis</groupId> |
| 352 | + <groupId>com.timecho.ratis</groupId> |
353 | 353 | <artifactId>ratis-metrics-api</artifactId> |
354 | 354 | <version>${ratis.version}</version> |
355 | 355 | </dependency> |
|
0 commit comments