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:
Gary Russell
2014-03-04 16:12:45 -05:00
committed by Artem Bilan
parent 727a554ccf
commit 669db1fb02

View File

@@ -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)