removed explicit data-commons dependency
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user