diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 96c324f5ad8..313de66d268 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1468,12 +1468,8 @@ bom { } library("Spring RESTDocs", "3.0.0-SNAPSHOT") { group("org.springframework.restdocs") { - modules = [ - "spring-restdocs-asciidoctor", - "spring-restdocs-core", - "spring-restdocs-mockmvc", - "spring-restdocs-restassured", - "spring-restdocs-webtestclient" + imports = [ + "spring-restdocs-bom" ] } }