From 35d2615312a381001288ade5075dc36561f16e43 Mon Sep 17 00:00:00 2001 From: kasramp Date: Tue, 16 May 2023 21:09:35 +0200 Subject: [PATCH 1/2] JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0744823446fd..9282cad7b15d 100644 --- a/pom.xml +++ b/pom.xml @@ -356,7 +356,6 @@ - jetbrains language-interop @@ -865,6 +864,7 @@ javaxval javaxval-2 javax-validation-advanced + jetbrains jgit jib @@ -1123,6 +1123,7 @@ javaxval javaxval-2 javax-validation-advanced + jetbrains jgit jib From 03a7952f93125ca9280ccf9f8106919793a80508 Mon Sep 17 00:00:00 2001 From: kasramp Date: Tue, 16 May 2023 21:35:25 +0200 Subject: [PATCH 2/2] JAVA-20631 fix parent modules so that the project parent (pom.xml) can be built without error --- spring-reactive-modules/spring-reactor/pom.xml | 7 +++---- spring-reactive-modules/spring-webflux-amqp/pom.xml | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/spring-reactive-modules/spring-reactor/pom.xml b/spring-reactive-modules/spring-reactor/pom.xml index c64d449553d9..22eaa898bd58 100644 --- a/spring-reactive-modules/spring-reactor/pom.xml +++ b/spring-reactive-modules/spring-reactor/pom.xml @@ -10,10 +10,9 @@ http://maven.apache.org - com.baeldung - parent-boot-2 - 0.0.1-SNAPSHOT - ../parent-boot-2 + com.baeldung.spring.reactive + spring-reactive-modules + 1.0.0-SNAPSHOT diff --git a/spring-reactive-modules/spring-webflux-amqp/pom.xml b/spring-reactive-modules/spring-webflux-amqp/pom.xml index 3ceb33dc3b7b..8ab8277d088a 100755 --- a/spring-reactive-modules/spring-webflux-amqp/pom.xml +++ b/spring-reactive-modules/spring-webflux-amqp/pom.xml @@ -11,10 +11,9 @@ Spring WebFlux AMQP Sample - com.baeldung - parent-boot-2 - 0.0.1-SNAPSHOT - ../parent-boot-2 + com.baeldung.spring.reactive + spring-reactive-modules + 1.0.0-SNAPSHOT