removed explicit data-commons dependency

This commit is contained in:
Mark Fisher
2011-09-02 17:45:06 -04:00
parent 8e7c03a64c
commit bb942978ad

View File

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