Order dependencies
Closes gh-44757
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user