mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
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:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user