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' }