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.
1 parent 9ac47f6 commit d215f4dCopy full SHA for d215f4d
build.gradle
@@ -189,7 +189,9 @@ project ('spring-kafka') {
189
compile "org.springframework:spring-context:$springVersion"
190
compile "org.springframework:spring-messaging:$springVersion"
191
compile "org.springframework:spring-tx:$springVersion"
192
- compile "org.springframework.retry:spring-retry:$springRetryVersion"
+ compile ("org.springframework.retry:spring-retry:$springRetryVersion") {
193
+ exclude group: 'org.springframework', module: 'spring-core'
194
+ }
195
compile "org.apache.kafka:kafka-clients:$kafkaVersion"
196
compile ("org.apache.kafka:kafka-streams:$kafkaVersion", optional)
197
0 commit comments