From a6a9c9d86865f4f64c1fdad69732e2edb3c89025 Mon Sep 17 00:00:00 2001 From: Julien Ponge Date: Mon, 6 Nov 2023 22:07:46 +0100 Subject: [PATCH] build: use our friendly fork of JCTools --- implementation/pom.xml | 2 +- implementation/src/main/java/module-info.java | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/implementation/pom.xml b/implementation/pom.xml index 854abf913..210473424 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -24,7 +24,7 @@ ${smallrye-common-annotation.version} - org.jctools + io.github.jponge.jct jctools-core diff --git a/implementation/src/main/java/module-info.java b/implementation/src/main/java/module-info.java index 13191b46c..15f97369d 100644 --- a/implementation/src/main/java/module-info.java +++ b/implementation/src/main/java/module-info.java @@ -1,7 +1,7 @@ open module io.smallrye.mutiny { requires transitive io.smallrye.common.annotation; - requires jctools.core; + requires org.jctools.core; exports io.smallrye.mutiny; exports io.smallrye.mutiny.converters.multi; diff --git a/pom.xml b/pom.xml index cac0819dd..b033f067e 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ - 4.0.1 + 4.0.2-RC2 1.0.0 1.0.4 3.1.8 @@ -137,7 +137,7 @@ ${project.version} - org.jctools + io.github.jponge.jct jctools-core ${jctools-core.version}