diff --git a/pom.xml b/pom.xml index d34acb1b2d77..28eb2a7d457d 100644 --- a/pom.xml +++ b/pom.xml @@ -1497,7 +1497,6 @@ maven-modules/dependencygraph spring-boot-modules/spring-boot-groovy spring-boot-modules/spring-boot-data-3 - spring-reactive-modules/spring-reactive-performance spring-boot-modules/spring-boot-3-3 spring-boot-modules/spring-boot-cli spring-boot-modules/spring-boot-graphql-2 @@ -1564,7 +1563,6 @@ maven-modules/dependencygraph spring-boot-modules/spring-boot-groovy spring-boot-modules/spring-boot-data-3 - spring-reactive-modules/spring-reactive-performance spring-boot-modules/spring-boot-3-3 spring-boot-modules/spring-boot-cli spring-boot-modules/spring-boot-graphql-2 diff --git a/spring-reactive-modules/README.md b/spring-reactive-modules/README.md deleted file mode 100644 index 57c3eebbfffb..000000000000 --- a/spring-reactive-modules/README.md +++ /dev/null @@ -1,3 +0,0 @@ -## Spring Reactive - -This module contains modules about Spring Reactive diff --git a/spring-reactive-modules/pom.xml b/spring-reactive-modules/pom.xml index 6f0f692bd433..969ea7e09b74 100644 --- a/spring-reactive-modules/pom.xml +++ b/spring-reactive-modules/pom.xml @@ -35,9 +35,7 @@ spring-webflux-amqp spring-reactive-kafka-stream-binder spring-reactive-kafka - - - + spring-reactive-performance diff --git a/spring-reactive-modules/spring-reactive-performance/pom.xml b/spring-reactive-modules/spring-reactive-performance/pom.xml index a9f003dba3db..23383176a5b9 100644 --- a/spring-reactive-modules/spring-reactive-performance/pom.xml +++ b/spring-reactive-modules/spring-reactive-performance/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.baeldung.spring spring-reactive-performance @@ -16,28 +16,11 @@ 1.0.0-SNAPSHOT - - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - - org.springframework.boot spring-boot-starter-webflux - - org.springframework.boot - spring-boot-starter-webflux - org.springframework.boot spring-boot-starter-data-mongodb @@ -49,26 +32,12 @@ org.apache.maven.plugins maven-compiler-plugin - - 21 - 21 - - false - org.apache.maven.plugins maven-surefire-plugin - ${maven-surefire-plugin.version} - - --enable-preview - - - 3.2.0 - - \ No newline at end of file diff --git a/spring-reactive-modules/spring-reactive-performance/src/test/java/com/baeldung/spring/reactive/performance/ApplicationUnitTest.java b/spring-reactive-modules/spring-reactive-performance/src/test/java/com/baeldung/spring/reactive/performance/ApplicationUnitTest.java index df69e7eb722f..861963b64900 100644 --- a/spring-reactive-modules/spring-reactive-performance/src/test/java/com/baeldung/spring/reactive/performance/ApplicationUnitTest.java +++ b/spring-reactive-modules/spring-reactive-performance/src/test/java/com/baeldung/spring/reactive/performance/ApplicationUnitTest.java @@ -1,6 +1,6 @@ package com.baeldung.spring.reactive.performance; -import org.junit.Test; +import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest