Make sure test jar is in test scope

This commit is contained in:
Dave Syer
2017-07-06 11:11:02 +01:00
parent eeb505ca89
commit a54f101b6d
3 changed files with 11 additions and 0 deletions

View File

@@ -35,6 +35,11 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependencyManagement>