Add test to spring-boot-sample-quartz

See gh-11621
This commit is contained in:
Eddú Meléndez
2018-01-13 00:59:49 -05:00
committed by Stephane Nicoll
parent 8ffce59fe4
commit 5f1f04a33a
2 changed files with 48 additions and 0 deletions

View File

@@ -19,6 +19,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-quartz</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>