diff --git a/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java b/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java index 66140914de..6f18736c15 100644 --- a/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java +++ b/spring-web-reactive/src/test/java/org/springframework/http/server/reactive/AsyncIntegrationTests.java @@ -27,7 +27,7 @@ import org.junit.runners.Parameterized; import reactor.Mono; import reactor.Processors; import reactor.Timers; -import reactor.core.processor.ProcessorGroup; +import reactor.core.publisher.ProcessorGroup; import reactor.io.buffer.Buffer; import reactor.rx.Stream;