Remove s-i-http Test Dependency from s-i-amqp

No longer needed.
This commit is contained in:
Gary Russell
2017-06-07 14:18:51 -04:00
parent bd53d8a1e0
commit 2670a2872e

View File

@@ -285,7 +285,6 @@ project('spring-integration-amqp') {
}
testCompile("org.springframework.amqp:spring-rabbit-junit:$springAmqpVersion")
testCompile project(":spring-integration-stream")
testCompile project(":spring-integration-http") // need to test INT-2713
}
}