INT-1992, INT-1993 added spring-integration-test to the build.gradle

This commit is contained in:
Oleg Zhurakousky
2011-07-26 12:29:27 -04:00
parent 80fa07f356
commit 5e71d443f9

View File

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