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

Closes  gh-11396
This commit is contained in:
Johnny Lim 2017-12-22 11:07:56 +09:00 committed by Stephane Nicoll
parent a8f5e1a361
commit b35348b41d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**