This is an automated email from the ASF dual-hosted git repository.

ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 7ac5ac25db IGNITE-19386 Switch to standard scalecube-cluster (#2116)
7ac5ac25db is described below

commit 7ac5ac25db1856d81fc191951a8c7cc46f1c3f00
Author: Roman Puchkovskiy <[email protected]>
AuthorDate: Tue May 30 12:58:55 2023 +0400

    IGNITE-19386 Switch to standard scalecube-cluster (#2116)
---
 gradle/libs.versions.toml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a5bea1ec6c..50f5409e36 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -51,8 +51,7 @@ typesafe = "1.4.1"
 hamcrest = "2.2"
 hamcrestOptional = "2.0.0"
 hamcrestPath = "1.0.1"
-# TODO: IGNITE-19386 - switch to io.scalecube:scalecube-cluster
-scalecube = "2.6.12-patch5"
+scalecube = "2.6.15"
 calcite = "1.34.0"
 value = "2.8.8"
 janino = "3.1.9"
@@ -198,8 +197,7 @@ spoon-core = { module = "fr.inria.gforge.spoon:spoon-core", 
version.ref = "spoon
 
 fastutil-core = { module = "it.unimi.dsi:fastutil-core", version.ref = 
"fastutil" }
 
-# TODO: IGNITE-19386 - switch to io.scalecube:scalecube-cluster
-scalecube-cluster = { module = 
"com.github.rpuch.scalecube-cluster-parent:scalecube-cluster", version.ref = 
"scalecube" }
+scalecube-cluster = { module = "io.scalecube:scalecube-cluster", version.ref = 
"scalecube" }
 
 kryo = { module = "com.esotericsoftware:kryo", version.ref = "kryo" }
 

Reply via email to