We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spring-retry
1 parent ace1ac4 commit f12eae2Copy full SHA for f12eae2
build.gradle
@@ -354,9 +354,7 @@ project('spring-rabbit') {
354
api 'org.springframework:spring-messaging'
355
api 'org.springframework:spring-tx'
356
api 'io.micrometer:micrometer-observation'
357
- api("org.springframework.retry:spring-retry:$springRetryVersion") {
358
- exclude group: 'org.springframework'
359
- }
+ api "org.springframework.retry:spring-retry:$springRetryVersion"
360
361
optionalApi 'org.springframework:spring-aop'
362
optionalApi 'org.springframework:spring-webflux'
0 commit comments