Order dependencies

Closes gh-44757
This commit is contained in:
Stéphane Nicoll
2025-03-18 15:17:07 +01:00
parent 86d08fb76f
commit 08b2c560dd
6 changed files with 29 additions and 29 deletions

View File

@@ -1946,9 +1946,6 @@ bom {
group("org.springframework.boot") {
modules = [
"spring-boot",
"spring-boot-test",
"spring-boot-test-autoconfigure",
"spring-boot-testcontainers",
"spring-boot-actuator",
"spring-boot-actuator-autoconfigure",
"spring-boot-autoconfigure",
@@ -1981,10 +1978,10 @@ bom {
"spring-boot-starter-data-ldap",
"spring-boot-starter-data-mongodb",
"spring-boot-starter-data-mongodb-reactive",
"spring-boot-starter-data-neo4j",
"spring-boot-starter-data-r2dbc",
"spring-boot-starter-data-redis",
"spring-boot-starter-data-redis-reactive",
"spring-boot-starter-data-neo4j",
"spring-boot-starter-data-rest",
"spring-boot-starter-freemarker",
"spring-boot-starter-graphql",
@@ -2015,9 +2012,12 @@ bom {
"spring-boot-starter-undertow",
"spring-boot-starter-validation",
"spring-boot-starter-web",
"spring-boot-starter-web-services",
"spring-boot-starter-webflux",
"spring-boot-starter-websocket",
"spring-boot-starter-web-services"
"spring-boot-test",
"spring-boot-test-autoconfigure",
"spring-boot-testcontainers"
]
plugins = [
"spring-boot-maven-plugin"