Fix compatibility with the latest Spring Boot

This commit is contained in:
Artem Bilan
2022-05-13 10:37:52 -04:00
parent ff51f22716
commit dff443ce90
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.boot.test.web.server.LocalServerPort;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.integration.channel.DirectChannel;