<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.1.0.M2</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-redis', version='1.1.0.M2')
)
compile
|-- commons-beanutils:commons-beanutils-core:1.8.3
|-- org.springframework:spring-context:3.1.4.RELEASE
|-- org.springframework:spring-oxm:3.1.4.RELEASE
|-- org.springframework:spring-tx:3.1.4.RELEASE
|-- org.codehaus.jackson:jackson-mapper-asl:1.8.8
|-- org.slf4j:jcl-over-slf4j:1.6.6
|-- com.github.spullara.redis:client:0.7
|-- org.springframework:spring-context-support:3.1.4.RELEASE
|-- org.jredis:jredis-core-ri:06052013
|-- com.lambdaworks:lettuce:2.3.3
|-- org.springframework:spring-core:3.1.4.RELEASE