From 5e71d443f9fcb775cecbe3f2c76936850aaa910c Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 26 Jul 2011 12:29:27 -0400 Subject: [PATCH] INT-1992, INT-1993 added spring-integration-test to the build.gradle --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 80042a85af..b410a5a173 100644 --- a/build.gradle +++ b/build.gradle @@ -331,6 +331,7 @@ project('spring-integration-mongodb') { compile "org.springframework:spring-context:$springVersion" compile "org.springframework.data:spring-data-mongodb:$springDataMongoVersion" compile "org.springframework.data:spring-data-commons-core:$springDataCommonsVersion" + testCompile project(":spring-integration-test") } } @@ -341,6 +342,7 @@ project('spring-integration-redis') { compile "org.springframework:spring-context:$springVersion" compile "org.springframework.data:spring-data-redis:$springDataRedisVersion" compile "org.springframework.data:spring-data-commons-core:$springDataCommonsVersion" + testCompile project(":spring-integration-test") } }