From 2670a2872e7e5f5d33fdb57a72e7cfdbcdd132c1 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 7 Jun 2017 14:18:51 -0400 Subject: [PATCH] Remove s-i-http Test Dependency from s-i-amqp No longer needed. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index f839b2558c..6d9249c28e 100644 --- a/build.gradle +++ b/build.gradle @@ -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 } }