<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-hap-starter-redis</artifactId>
<version>0.14.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-hap-starter-redis', version='0.14.0.RELEASE')
)
<dependency org="io.choerodon" name="choerodon-hap-starter-redis" rev="0.14.0.RELEASE" />
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>0.14.0.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-redis
|-- io.choerodon:choerodon-starter-mybatis
|-- io.choerodon:choerodon-hap-starter-message
|-- commons-beanutils:commons-beanutils:1.9.3
|-- com.fasterxml.jackson.core:jackson-databind
test