From c2a9ab935340303230cf66d64ecc0bf0418cc6f3 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 17 Aug 2023 07:03:55 +0000 Subject: Update history to Spring Boot 3 Issue-ID: PORTALNG-41 Signed-off-by: Fiete Ostkamp Change-Id: I777e5921dcb0860764d1959fbcbc4e070b5238f8 --- app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/test/java') diff --git a/app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java b/app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java index e00b770..866ce33 100644 --- a/app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java +++ b/app/src/test/java/org/onap/portal/history/BaseIntegrationTest.java @@ -34,7 +34,7 @@ import org.junit.jupiter.api.BeforeEach; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; 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.cloud.contract.wiremock.AutoConfigureWireMock; import org.springframework.http.MediaType; -- cgit 1.2.3-korg