Skip to content

Commit f12eae2

Browse files
committed
Remove exclude for spring-retry
All dependencies of `spring-retry` are optional, so they are not available as transitive
1 parent ace1ac4 commit f12eae2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ project('spring-rabbit') {
354354
api 'org.springframework:spring-messaging'
355355
api 'org.springframework:spring-tx'
356356
api 'io.micrometer:micrometer-observation'
357-
api("org.springframework.retry:spring-retry:$springRetryVersion") {
358-
exclude group: 'org.springframework'
359-
}
357+
api "org.springframework.retry:spring-retry:$springRetryVersion"
360358

361359
optionalApi 'org.springframework:spring-aop'
362360
optionalApi 'org.springframework:spring-webflux'

0 commit comments

Comments
 (0)