Skip to content

Commit ee87246

Browse files
committed
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
1 parent 7a73925 commit ee87246

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,19 +2457,6 @@ bom {
24572457
releaseNotes("https://github.com/spring-projects/spring-restdocs/releases/tag/v{version}")
24582458
}
24592459
}
2460-
library("Spring Retry", "2.0.12") {
2461-
considerSnapshots()
2462-
group("org.springframework.retry") {
2463-
modules = [
2464-
"spring-retry"
2465-
]
2466-
}
2467-
links {
2468-
site("https://github.com/spring-projects/spring-retry")
2469-
javadoc("https://docs.spring.io/spring-retry/docs/{version}/apidocs", "org.springframework.retry")
2470-
releaseNotes("https://github.com/spring-projects/spring-retry/releases/tag/v{version}")
2471-
}
2472-
}
24732460
library("Spring Security", "7.0.0-M2") {
24742461
considerSnapshots()
24752462
group("org.springframework.security") {

0 commit comments

Comments
 (0)