Rename spring-boot-junit-runners to spring-boot-test-support

Closes gh-7421
This commit is contained in:
Stephane Nicoll
2016-12-01 16:25:47 +01:00
parent f454adca1a
commit ee72e788ed
18 changed files with 15 additions and 15 deletions

View File

@@ -94,7 +94,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-junit-runners</artifactId>
<artifactId>spring-boot-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>