Francisco Ripoli
05/22/2025, 1:50 PMspring-boot-parent pom
?
spring-boot-parent
The spring-boot-parent module is no longer published. It provides dependency management for internal dependencies used, for example, in Spring Boot's own tests. If you were using spring-boot-parent, replace it with dependency management of your own that meets your application's needs.
Sam
05/22/2025, 2:47 PMspring-boot-dependencies
as a BOM, it doesn't have to hijack your entire POM hierarchy.hho
05/22/2025, 9:49 PMspring-boot-parent
is, as the message says, only a Spring-internal artifact.
You can still use spring-boot-starter-parent
if you want start just a new project with Spring Boot settings. That's the one for external consumption.Jacob
05/23/2025, 12:02 AMFrancisco Ripoli
05/23/2025, 7:35 AM