From e5263bb01c55ebe8a8e4809a66aeae5d0f246f35 Mon Sep 17 00:00:00 2001 From: panos-kakos <102670093+panos-kakos@users.noreply.github.com> Date: Wed, 22 Mar 2023 05:54:56 +0200 Subject: [PATCH] [JAVA-18180] Fixed test errors (#13643) --- .../spring-5-data-reactive/pom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/spring-reactive-modules/spring-5-data-reactive/pom.xml b/spring-reactive-modules/spring-5-data-reactive/pom.xml index 0ed997b3f4..3c7b4eefad 100644 --- a/spring-reactive-modules/spring-5-data-reactive/pom.xml +++ b/spring-reactive-modules/spring-5-data-reactive/pom.xml @@ -1,7 +1,7 @@ + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-5-data-reactive spring-5-data-reactive @@ -42,7 +42,7 @@ org.projectlombok lombok - 1.18.22 + ${lombok.version} io.projectreactor @@ -100,6 +100,15 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + + --add-opens java.base/java.util=ALL-UNNAMED + + + org.springframework.boot spring-boot-maven-plugin @@ -151,6 +160,7 @@ 2.2.6.RELEASE 2.17.1 + 1.18.26 \ No newline at end of file