Use Spring REST Docs' bom

Closes gh-31621
This commit is contained in:
Andy Wilkinson 2022-07-15 17:25:18 +01:00
parent a27321c248
commit 31dcd49f25
1 changed files with 2 additions and 6 deletions

View File

@ -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"
]
}
}