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
This commit is contained in:
Stéphane Nicoll
2025-09-09 17:02:23 +02:00
parent 7a73925c90
commit ee87246974
@@ -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") {