Add support for spring-retry

Closes gh-149
This commit is contained in:
Stephane Nicoll
2015-12-09 15:10:15 +01:00
parent e24bbd46f3
commit 65916948dd

View File

@@ -57,6 +57,13 @@ initializr:
id: validation
description: JSR-303 validation infrastructure (already included with web)
versionRange: 1.3.0.M1
- name: Retry
id: retry
groupId: org.springframework.retry
artifactId: spring-retry
description: Provide declarative retry support via spring-retry
versionRange: 1.3.0.M2
starter: false
- name: Lombok
id: lombok
groupId: org.projectlombok