From 98ef9e2fd6bfece816e43f2c2d91c0a3e78b30d3 Mon Sep 17 00:00:00 2001 From: Kasra Madadipouya Date: Thu, 18 May 2023 04:49:44 +0200 Subject: [PATCH] JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles (#14029) * JAVA-20631 move Jetbrains module to *-jdk9-and-above profiles * JAVA-20631 fix parent modules so that the project parent (pom.xml) can be built without error --- pom.xml | 3 ++- spring-reactive-modules/spring-reactor/pom.xml | 7 +++---- spring-reactive-modules/spring-webflux-amqp/pom.xml | 7 +++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 3125c489a3..8bfdd36c1d 100644 --- a/pom.xml +++ b/pom.xml @@ -355,7 +355,6 @@ - jetbrains language-interop @@ -850,6 +849,7 @@ javaxval javaxval-2 javax-validation-advanced + jetbrains jgit jib @@ -1106,6 +1106,7 @@ javaxval javaxval-2 javax-validation-advanced + jetbrains jgit jib diff --git a/spring-reactive-modules/spring-reactor/pom.xml b/spring-reactive-modules/spring-reactor/pom.xml index c64d449553..22eaa898bd 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 3ceb33dc3b..8ab8277d08 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