<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.2.5.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.retry', module='spring-retry', version='1.2.5.RELEASE')
)