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:
Stephane Nicoll
2017-02-08 14:38:45 +01:00
parent aff50f6787
commit 95e7fbeb1d
2 changed files with 6 additions and 5 deletions

View File

@@ -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>

View File

@@ -40,6 +40,12 @@
</ciManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-support</artifactId>
<version>1.5.2.BUILD-SNAPSHOT</version>
</dependency>
<!-- Additional Dependencies the consumers of spring-boot-dependencies
will generally not need -->
<dependency> <!-- deprecated but recent version required by 3rd party libs -->