From 477bd46874d2c8266007358f9ca335b0442cea18 Mon Sep 17 00:00:00 2001 From: egernug Date: Thu, 21 Sep 2023 17:51:21 +0100 Subject: Reinstate Spring Boot 3.0 after revert Issue-ID: CPS-1789 Signed-off-by: egernug Change-Id: Iee5c514ccdba36a387f83948d8a3ba26e6b1de5b --- .../dmi-plugin-demo-and-csit-stub-app/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml') diff --git a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml index 3663b822f..583268a50 100644 --- a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml +++ b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-app/pom.xml @@ -91,6 +91,7 @@ com.google.cloud.tools jib-maven-plugin + 3.3.2 @@ -102,5 +103,15 @@ dmi-plugin-demo-and-csit-stub-service ${project.version} + + org.eclipse.jetty + jetty-server + 11.0.14 + + + jakarta.servlet + jakarta.servlet-api + 6.0.0 + \ No newline at end of file -- cgit 1.2.3-korg