From 87badde692ac4bf8f8fb68991a18d15cc879535e Mon Sep 17 00:00:00 2001 From: Amit Pandey Date: Tue, 12 Mar 2024 01:02:24 +0530 Subject: [PATCH] JAVA-27539: Spring-remoting-modules cannot be upgraded to Spring Boot 3 (#16073) --- pom.xml | 4 ++-- spring-remoting-modules/pom.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f9e4efaaed..baf7b7300f 100644 --- a/pom.xml +++ b/pom.xml @@ -832,7 +832,7 @@ spring-pulsar spring-quartz spring-reactive-modules - spring-remoting-modules + spring-remoting-modules spring-scheduling spring-security-modules spring-shell @@ -1079,7 +1079,7 @@ spring-pulsar spring-quartz spring-reactive-modules - spring-remoting-modules + spring-remoting-modules spring-scheduling spring-security-modules spring-shell diff --git a/spring-remoting-modules/pom.xml b/spring-remoting-modules/pom.xml index e7de7c5740..f7f8abbf87 100644 --- a/spring-remoting-modules/pom.xml +++ b/spring-remoting-modules/pom.xml @@ -10,6 +10,8 @@ Parent for all projects related to Spring Remoting, except remoting-hessian-burlap + com.baeldung