Correct the scope of the spring-boot-test-support dependency

Closes gh-9550
This commit is contained in:
Andy Wilkinson 2017-06-19 11:36:05 +01:00
parent 0adeb1da2c
commit 49a62a7c33
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
<artifactId>spring-core</artifactId>
<optional>true</optional>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
@ -47,10 +48,10 @@
<version>1.46</version>
<scope>test</scope>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-support</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>