Skip to content

Commit 31dcd49

Browse files
committed
Use Spring REST Docs' bom
Closes gh-31621
1 parent a27321c commit 31dcd49

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,12 +1468,8 @@ bom {
14681468
}
14691469
library("Spring RESTDocs", "3.0.0-SNAPSHOT") {
14701470
group("org.springframework.restdocs") {
1471-
modules = [
1472-
"spring-restdocs-asciidoctor",
1473-
"spring-restdocs-core",
1474-
"spring-restdocs-mockmvc",
1475-
"spring-restdocs-restassured",
1476-
"spring-restdocs-webtestclient"
1471+
imports = [
1472+
"spring-restdocs-bom"
14771473
]
14781474
}
14791475
}

0 commit comments

Comments
 (0)