JAVA-952: Migrate spring-session to parent-boot-2

This commit is contained in:
sampadawagde
2020-05-11 18:54:07 +05:30
parent d425810727
commit 199a9ec945
4 changed files with 22 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.context.embedded.LocalServerPort;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.boot.test.web.client.TestRestTemplate;