Fix spring-web dependency for AMQP module
A `spring-web` dependecy has been placed into a `compile` configuration by mistake - it must in the `testCompile`
This commit is contained in:
@@ -378,7 +378,7 @@ project('spring-integration-amqp') {
|
||||
exclude group: 'org.springframework'
|
||||
}
|
||||
testCompile project(":spring-integration-stream")
|
||||
compile "org.springframework:spring-web:$springVersion"
|
||||
testCompile "org.springframework:spring-web:$springVersion"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user