We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abb4e0 commit b13bd8dCopy full SHA for b13bd8d
1 file changed
spring-cloud-starter-task/pom.xml
@@ -35,5 +35,9 @@
35
<groupId>org.springframework.boot</groupId>
36
<artifactId>spring-boot-starter-jdbc</artifactId>
37
</dependency>
38
+ <dependency>
39
+ <groupId>org.springframework.retry</groupId>
40
+ <artifactId>spring-retry</artifactId>
41
+ </dependency>
42
</dependencies>
43
</project>
0 commit comments