INT-3299 Remove Unneeded Dependency From IP
JIRA: https://jira.springsource.org/browse/INT-3299 The IP module incorrectly has s-i-stream as a transitive dependency. It is only used in a test case.
This commit is contained in:
committed by
Artem Bilan
parent
727a554ccf
commit
669db1fb02
@@ -325,7 +325,7 @@ project('spring-integration-ip') {
|
||||
dependencies {
|
||||
compile project(":spring-integration-core")
|
||||
compile "org.springframework:spring-context:$springVersion"
|
||||
runtime project(":spring-integration-stream")
|
||||
testCompile project(":spring-integration-stream")
|
||||
}
|
||||
|
||||
// suppress deprecation warnings (@SuppressWarnings("deprecation") is not enough for javac)
|
||||
|
||||
Reference in New Issue
Block a user