Fix spring-boot-launch-script-tests dependency

Remove the reference to the spring-boot:test jar since it's not
published.

See gh-5184
This commit is contained in:
Phillip Webb
2016-02-20 00:21:14 -08:00
parent 602a09332d
commit 2baad56108
2 changed files with 8 additions and 8 deletions

View File

@@ -39,12 +39,6 @@
<version>2.1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>