Commit b35348b4 authored by Johnny Lim's avatar Johnny Lim Committed by Stephane Nicoll

Remove org.flywaydb.core.internal.util.StringUtils import

Closes  gh-11396
parent a8f5e1a3
...@@ -26,7 +26,6 @@ import java.util.stream.Stream; ...@@ -26,7 +26,6 @@ import java.util.stream.Stream;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature; import com.fasterxml.jackson.databind.SerializationFeature;
import org.flywaydb.core.internal.util.StringUtils;
import org.junit.Before; import org.junit.Before;
import org.junit.Rule; import org.junit.Rule;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
...@@ -50,6 +49,7 @@ import org.springframework.restdocs.operation.preprocess.OperationPreprocessor; ...@@ -50,6 +49,7 @@ import org.springframework.restdocs.operation.preprocess.OperationPreprocessor;
import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.test.web.servlet.MockMvc; import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcBuilders; import org.springframework.test.web.servlet.setup.MockMvcBuilders;
import org.springframework.util.StringUtils;
import org.springframework.web.context.WebApplicationContext; import org.springframework.web.context.WebApplicationContext;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment