Skip to content

Commit a590fb7

Browse files
committed
switch to shedlock-spring
1 parent 40459c1 commit a590fb7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

project-management/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
<groupId>org.springframework.data</groupId>
5353
<artifactId>spring-data-commons</artifactId>
5454
</dependency>
55-
<dependency>
56-
<groupId>net.javacrumbs.shedlock</groupId>
57-
<artifactId>shedlock-core</artifactId>
58-
</dependency>
5955
<dependency>
6056
<groupId>org.springframework</groupId>
6157
<artifactId>spring-context</artifactId>
@@ -98,6 +94,10 @@
9894
<groupId>io.projectreactor</groupId>
9995
<artifactId>reactor-core</artifactId>
10096
</dependency>
97+
<dependency>
98+
<groupId>net.javacrumbs.shedlock</groupId>
99+
<artifactId>shedlock-spring</artifactId>
100+
</dependency>
101101
<dependency>
102102
<groupId>net.javacrumbs.shedlock</groupId>
103103
<artifactId>shedlock-provider-jdbc-template</artifactId>

0 commit comments

Comments
 (0)