springboot shedlock building fix

This commit is contained in:
Kai Yuan
2020-04-10 09:24:15 +02:00
parent 529de386d4
commit 7e26a04973
2 changed files with 7 additions and 3 deletions
@@ -28,6 +28,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>