From 7f8274a6c45f0874cf50fe427b8ba07bb47f4855 Mon Sep 17 00:00:00 2001 From: Quinten Date: Mon, 3 Aug 2026 14:02:00 +0200 Subject: [PATCH] chore: remove unused Spring Boot dependency spring-boot-starter was declared in pom.xml but never used in the codebase (no org.springframework imports or annotations anywhere). Co-Authored-By: Claude Sonnet 5 --- pom.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pom.xml b/pom.xml index a9d882c..0bcb21b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,6 @@ 3.2.1 5.5.1 4.1.2 - 4.1.0 3.2.6 6.1.2 @@ -107,13 +106,6 @@ poi-ooxml-schemas ${poi-ooxml.version} - - - org.springframework.boot - spring-boot-starter - ${spring-boot.version} - - org.modelmapper modelmapper