Use explicit test dependencies in samples

This commit is contained in:
Dave Syer
2014-01-17 09:07:46 +00:00
parent f103a976f8
commit 559f907b54
25 changed files with 127 additions and 21 deletions

View File

@@ -18,6 +18,11 @@
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-batch</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>