Browse Source

Remove dependency management for Spring Retry

With Spring Retry being superseded by the core framework support, this
commit removes dependency management for Spring Retry.

Closes gh-46309
pull/47162/head
Stéphane Nicoll 7 months ago
parent
commit
ee87246974
  1. 13
      platform/spring-boot-dependencies/build.gradle

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

@ -2457,19 +2457,6 @@ bom { @@ -2457,19 +2457,6 @@ bom {
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
}
}
library("Spring Retry", "2.0.12") {
considerSnapshots()
group("org.springframework.retry") {
modules = [
"spring-retry"
]
}
links {
site("https://github.com/spring-projects/spring-retry")
javadoc("https://docs.spring.io/spring-retry/docs/{version}/apidocs", "org.springframework.retry")
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
}
}
library("Spring Security", "7.0.0-M2") {
considerSnapshots()
group("org.springframework.security") {

Loading…
Cancel
Save