mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Remove org.flywaydb.core.internal.util.StringUtils import
Closes gh-11396
This commit is contained in:
committed by
Stephane Nicoll
parent
a8f5e1a361
commit
b35348b41d
+1
-1
@@ -26,7 +26,6 @@ import java.util.stream.Stream;
|
||||
|
||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||
import com.fasterxml.jackson.databind.SerializationFeature;
|
||||
import org.flywaydb.core.internal.util.StringUtils;
|
||||
import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
import org.junit.runner.RunWith;
|
||||
@@ -50,6 +49,7 @@ import org.springframework.restdocs.operation.preprocess.OperationPreprocessor;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
import org.springframework.test.web.servlet.MockMvc;
|
||||
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
|
||||
import org.springframework.util.StringUtils;
|
||||
import org.springframework.web.context.WebApplicationContext;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user