JAVA-934: Migrate spring-cloud-ribbon-client to parent-boot-2

This commit is contained in:
sampadawagde
2020-06-23 17:49:52 +05:30
parent 8f2ff8a500
commit 0adfa34fa5
2 changed files with 5 additions and 5 deletions
@@ -9,9 +9,9 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.context.embedded.LocalServerPort;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.web.client.TestRestTemplate;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;