From 99f81699b9e7325f0fc46b89d39f804b0970b10d Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 8 Aug 2011 18:44:42 -0400 Subject: [PATCH] INT-2033 added test for 'order' attribute in AMQP module --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 586941b0f2..89878160a2 100644 --- a/build.gradle +++ b/build.gradle @@ -184,6 +184,7 @@ project('spring-integration-amqp') { exclude group: 'org.springframework', module: 'spring-tx' } testCompile project(":spring-integration-stream") + testCompile project(":spring-integration-test") } }