From 5acc09000c59c93510567e88cb701919122dc5b2 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 31 Aug 2023 12:04:23 +0200 Subject: feat(core): starting switch from Spring5/JAVA11 to Spring6/Java17 IMPORTEND: Is not finished because that contains a braking change, like javax.servlet.* --> jakarta.servket.* as one example and we miss some third-party libs that use the new API. # Conflicts: # eaaf_core_api/checks/spotbugs-exclude.xml # eaaf_core_api/pom.xml # eaaf_core_utils/checks/spotbugs-exclude.xml # pom.xml --- eaaf_modules/eaaf_module_auth_sl20/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eaaf_modules/eaaf_module_auth_sl20/pom.xml') diff --git a/eaaf_modules/eaaf_module_auth_sl20/pom.xml b/eaaf_modules/eaaf_module_auth_sl20/pom.xml index ffbc2961..556f3aea 100644 --- a/eaaf_modules/eaaf_module_auth_sl20/pom.xml +++ b/eaaf_modules/eaaf_module_auth_sl20/pom.xml @@ -47,8 +47,8 @@ provided - javax.servlet - javax.servlet-api + jakarta.servlet + jakarta.servlet-api provided -- cgit v1.2.3