Skip to content

Commit b13bd8d

Browse files
committed
Add Spring Retry to dependency
1 parent 5abb4e0 commit b13bd8d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spring-cloud-starter-task/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@
3535
<groupId>org.springframework.boot</groupId>
3636
<artifactId>spring-boot-starter-jdbc</artifactId>
3737
</dependency>
38+
<dependency>
39+
<groupId>org.springframework.retry</groupId>
40+
<artifactId>spring-retry</artifactId>
41+
</dependency>
3842
</dependencies>
3943
</project>

0 commit comments

Comments
 (0)