Fix DefaultPropertiesPropertySource package tangle

Relocate `DefaultPropertiesPropertySource` to fix a package tangle.

Closes gh-23383
This commit is contained in:
Phillip Webb
2020-09-16 22:57:29 -07:00
parent 268904d6ae
commit 6509310fdb
6 changed files with 5 additions and 6 deletions

View File

@@ -16,10 +16,10 @@
package org.springframework.boot.test.context;
import org.springframework.boot.DefaultPropertiesPropertySource;
import org.springframework.boot.context.config.ConfigData;
import org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor;
import org.springframework.boot.env.DefaultBootstrapRegisty;
import org.springframework.boot.env.DefaultPropertiesPropertySource;
import org.springframework.boot.env.RandomValuePropertySource;
import org.springframework.context.ApplicationContextInitializer;
import org.springframework.context.ConfigurableApplicationContext;