Browse Source

Add spring-boot-restdocs to managed dependencies

Closes gh-47434
pull/47665/head
Stéphane Nicoll 2 months ago
parent
commit
3e41416af6
  1. 3
      configuration-metadata/spring-boot-configuration-metadata-changelog-generator/build.gradle
  2. 1
      platform/spring-boot-dependencies/build.gradle

3
configuration-metadata/spring-boot-configuration-metadata-changelog-generator/build.gradle

@ -155,7 +155,8 @@ def dependenciesOf(String version) { @@ -155,7 +155,8 @@ def dependenciesOf(String version) {
}
if (version.equals("4.0.0-RC1")) {
modules += [
"spring-boot-batch-jdbc"
"spring-boot-batch-jdbc",
"spring-boot-restdocs"
]
}
return modules

1
platform/spring-boot-dependencies/build.gradle

@ -2074,6 +2074,7 @@ bom { @@ -2074,6 +2074,7 @@ bom {
"spring-boot-reactor-netty",
"spring-boot-restclient",
"spring-boot-restclient-test",
"spring-boot-restdocs",
"spring-boot-resttestclient",
"spring-boot-rsocket",
"spring-boot-rsocket-test",

Loading…
Cancel
Save