diff --git a/pom.xml b/pom.xml
index 3b4036377..d0ddbb58e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,6 @@
true
-
io.smallrye.reactive
mutiny
diff --git a/src/main/java/org/springframework/data/repository/util/ReactiveWrapperConverters.java b/src/main/java/org/springframework/data/repository/util/ReactiveWrapperConverters.java
index d0e449aa3..26053251e 100644
--- a/src/main/java/org/springframework/data/repository/util/ReactiveWrapperConverters.java
+++ b/src/main/java/org/springframework/data/repository/util/ReactiveWrapperConverters.java
@@ -17,8 +17,6 @@ package org.springframework.data.repository.util;
import io.reactivex.Flowable;
import io.reactivex.Maybe;
-import io.smallrye.mutiny.Multi;
-import io.smallrye.mutiny.Uni;
import kotlinx.coroutines.flow.Flow;
import kotlinx.coroutines.flow.FlowKt;
import kotlinx.coroutines.reactive.ReactiveFlowKt;
@@ -62,6 +60,7 @@ import org.springframework.util.ClassUtils;
* @author Mark Paluch
* @author Oliver Gierke
* @author Christoph Strobl
+ * @author Hantsy Bai
* @since 2.0
* @see ReactiveWrappers
* @see ReactiveAdapterRegistry
@@ -536,6 +535,9 @@ public abstract class ReactiveWrapperConverters {
/**
* Wrapper for SmallRye Mutiny's {@link io.smallrye.mutiny.Uni}.
+ *
+ * @author Hantsy Bai
+ * @since 2.6
*/
private enum UniWrapper implements ReactiveTypeWrapper> {
@@ -548,12 +550,15 @@ public abstract class ReactiveWrapperConverters {
@Override
public io.smallrye.mutiny.Uni> map(Object wrapper, Function