We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27321c commit 31dcd49Copy full SHA for 31dcd49
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1468,12 +1468,8 @@ bom {
1468
}
1469
library("Spring RESTDocs", "3.0.0-SNAPSHOT") {
1470
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"
+ imports = [
+ "spring-restdocs-bom"
1477
]
1478
1479
0 commit comments