We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb94532 commit 2a16fc5Copy full SHA for 2a16fc5
build.gradle
@@ -358,7 +358,9 @@ project('spring-integration-amqp') {
358
description = 'Spring Integration AMQP Support'
359
dependencies {
360
compile project(":spring-integration-core")
361
- compile("org.springframework.amqp:spring-rabbit:$springAmqpVersion")
+ compile("org.springframework.amqp:spring-rabbit:$springAmqpVersion") {
362
+ exclude group: 'org.springframework'
363
+ }
364
365
testCompile("org.springframework.amqp:spring-rabbit-junit:$springAmqpVersion")
366
testCompile project(":spring-integration-stream")
0 commit comments