<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.1.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.retry', module='spring-retry', version='1.1.4.RELEASE')
)
compile
|-- org.springframework:spring-context
|-- org.springframework:spring-core
runtime
test
|-- junit:junit:4.11
|-- org.aspectj:aspectjrt:1.7.4
|-- org.aspectj:aspectjweaver:1.7.4