From a7f3568a39c7d12859a55e0c76c452e0d3f1938b Mon Sep 17 00:00:00 2001 From: mpriyank Date: Wed, 28 Feb 2024 14:10:54 +0000 Subject: Revert Spring Boot Uplift - reverting back to spring 3.1.2 - manual changes to revert as other apps not fully ready for the delivery Issue-ID: CPS-2133 Change-Id: I670b67916fa4a5d4e5bced6548b7fcd5ee12e855 Signed-off-by: mpriyank --- .../dmi-plugin-demo-and-csit-stub-app/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-app') 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 fffce8d05..0637c30a9 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 @@ -103,5 +103,15 @@ dmi-plugin-demo-and-csit-stub-service ${project.version} + + org.eclipse.jetty + jetty-server + 11.0.16 + + + jakarta.servlet + jakarta.servlet-api + 6.0.0 + \ No newline at end of file -- cgit 1.2.3-korg