From 9add0773d84baa349d032799d4ac7f1403cbeb4f Mon Sep 17 00:00:00 2001 From: Lucas Li Date: Wed, 18 Dec 2024 15:03:43 -0800 Subject: [PATCH] use jakarta.servlet-api for 5.0.0 --- .../wfone-notification-push-api-rest-endpoints/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/wfone-notification-push-api/wfone-notification-push-api-rest-endpoints/pom.xml b/server/wfone-notification-push-api/wfone-notification-push-api-rest-endpoints/pom.xml index be4af135af..552b27161d 100644 --- a/server/wfone-notification-push-api/wfone-notification-push-api-rest-endpoints/pom.xml +++ b/server/wfone-notification-push-api/wfone-notification-push-api-rest-endpoints/pom.xml @@ -88,8 +88,8 @@ - javax.servlet - javax.servlet-api + jakarta.servlet + jakarta.servlet-api provided