Skip to content

Commit 183b29d

Browse files
committed
Redis added to example
1 parent 0bb7959 commit 183b29d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

shedlock-springboot-test/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<version>${project.version}</version>
5050
</dependency>
5151

52+
<dependency>
53+
<groupId>net.javacrumbs.shedlock</groupId>
54+
<artifactId>shedlock-provider-redis-spring</artifactId>
55+
<version>${project.version}</version>
56+
</dependency>
57+
5258
<dependency>
5359
<groupId>com.zaxxer</groupId>
5460
<artifactId>HikariCP</artifactId>

0 commit comments

Comments
 (0)