JAVA-27539: Spring-remoting-modules cannot be upgraded to Spring Boot 3 (#16073)

This commit is contained in:
Amit Pandey
2024-03-12 01:02:24 +05:30
committed by GitHub
parent 2f8beadbf3
commit 87badde692
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -10,6 +10,8 @@
<description>Parent for all projects related to Spring Remoting, except remoting-hessian-burlap</description>
<!-- remoting-hessian-burlap needs to stick to spring-boot-1, -->
<!-- some classes were removed in spring 5 -->
<!-- Upgrade to Boot 3 not possible as since Spring 6 the remoting modules has been removed
from Spring completely. -->
<parent>
<groupId>com.baeldung</groupId>