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 02d4a45 commit 6d456eaCopy full SHA for 6d456ea
build.gradle
@@ -164,7 +164,9 @@ project ('spring-kafka') {
164
compile "org.springframework:spring-context:$springVersion"
165
compile "org.springframework:spring-messaging:$springVersion"
166
compile "org.springframework:spring-tx:$springVersion"
167
- compile "org.springframework.retry:spring-retry:$springRetryVersion"
+ compile ("org.springframework.retry:spring-retry:$springRetryVersion") {
168
+ exclude group: 'org.springframework', module: 'spring-core'
169
+ }
170
compile ("org.apache.kafka:kafka-clients:$kafkaVersion") {
171
exclude group: 'org.slf4j', module: 'slf4j-api'
172
}
0 commit comments