Restructure spring-boot-test packages

Create a new package structure for `spring-boot-test` and deprecate
existing classes.

Fixes gh-5293
This commit is contained in:
Phillip Webb
2016-03-11 21:58:38 -08:00
parent da1e49703b
commit aef7f4bcb1
71 changed files with 2684 additions and 756 deletions

View File

@@ -30,6 +30,11 @@
<artifactId>javax.servlet-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>