Add spring-boot tests to test starter

This commit is contained in:
Dave Syer
2013-11-01 14:38:48 +00:00
parent 217ec5d564
commit c5cfe54c80
4 changed files with 63 additions and 6 deletions

View File

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