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