From 48a9d2d3585f6e16a8259d3be5ed4aa4cbe0e031 Mon Sep 17 00:00:00 2001 From: khalil-bot Date: Mon, 11 May 2026 16:19:15 +0200 Subject: [PATCH] fix(notification): remove non-existent starter-scheduling dep, target Java 17 --- notification_service/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/notification_service/pom.xml b/notification_service/pom.xml index 566fbdd..ed52704 100644 --- a/notification_service/pom.xml +++ b/notification_service/pom.xml @@ -18,7 +18,7 @@ Air quality alert notifications via Microsoft Teams - 21 + 17 @@ -26,11 +26,6 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-scheduling - - org.projectlombok lombok