Make sure spring-boot-test-support is not public
The `spring-boot-test-support` module is internal and is not deployed so we should not offer public dependency management for it. Closes gh-8165
This commit is contained in:
@@ -250,11 +250,6 @@
|
||||
<artifactId>spring-boot-test-autoconfigure</artifactId>
|
||||
<version>1.5.2.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-test-support</artifactId>
|
||||
<version>1.5.2.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-actuator</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user