From bb942978ad0952f484ce14936785b59e973ba6b7 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 2 Sep 2011 17:45:06 -0400 Subject: [PATCH] removed explicit data-commons dependency --- build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 3bf0103457..e89e4d758b 100644 --- a/build.gradle +++ b/build.gradle @@ -366,11 +366,7 @@ project('spring-integration-redis') { compile "org.springframework:spring-dao:2.0.3" compile("org.codehaus.jackson:jackson-mapper-asl:$jacksonVersion") compile("org.codehaus.jackson:jackson-core-asl:$jacksonVersion") - compile ("org.springframework.data:spring-data-redis:$springDataRedisVersion"){ - exclude group: 'org.springframework', module: 'spring-beans' - exclude group: 'org.springframework', module: 'spring-tx' - } - compile ("org.springframework.data:spring-data-commons-core:$springDataCommonsVersion"){ + compile ("org.springframework.data:spring-data-redis:$springDataRedisVersion") { exclude group: 'org.springframework', module: 'spring-beans' exclude group: 'org.springframework', module: 'spring-tx' }