Relocate org.springframework.boot.web.support

Move `org.springframework.boot.web.support` under the `servlet` package.

Fixes gh-8557
This commit is contained in:
Phillip Webb
2017-03-14 17:51:15 -07:00
parent 9d61882bb1
commit 33e54ed723
28 changed files with 54 additions and 54 deletions

View File

@@ -31,7 +31,7 @@ import org.springframework.boot.bind.RelaxedPropertyResolver;
import org.springframework.boot.test.mock.web.SpringBootMockServletContext;
import org.springframework.boot.test.util.EnvironmentTestUtils;
import org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext;
import org.springframework.boot.web.support.ServletContextApplicationContextInitializer;
import org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextInitializer;
import org.springframework.context.ConfigurableApplicationContext;