From 17601a526b989ae9eb10e42bdc7703fb9fcfaebc Mon Sep 17 00:00:00 2001 From: Irene Denazi Date: Tue, 23 Dec 2025 11:29:26 +0000 Subject: [PATCH] Fix pom.xml build --- pom.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 3369563..d68a6d7 100644 --- a/pom.xml +++ b/pom.xml @@ -166,13 +166,21 @@ - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot-version} + + + + repackage + + + + + + -- GitLab