Springboot 2.0 upgrade
[so.git] / asdc-controller / src / test / java / org / onap / so / asdc / client / test / rest / HealthCheckTest.java
index f5f7445..cd2c3ee 100644 (file)
@@ -27,7 +27,7 @@ import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.onap.so.asdc.Application;
 import org.onap.so.asdc.BaseTest;
-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.web.client.TestRestTemplate;
 import org.springframework.http.HttpEntity;