From b647b29ce082cca3c64671a8edf4a9810fab0003 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Sat, 25 Nov 2023 20:49:00 -0300 Subject: [PATCH] Specify spring-boot-maven-plugin version If not, the latest one (from the 3.x series) is used, and the JarLaunched changed from package org.springframework.boot.loader.JarLauncher to org.springframework.boot.loader.launch.JarLauncher. --- src/apps/infrastructure/config/pom.xml | 2 ++ src/apps/pom.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/src/apps/infrastructure/config/pom.xml b/src/apps/infrastructure/config/pom.xml index 879a11098..3f80d1a31 100644 --- a/src/apps/infrastructure/config/pom.xml +++ b/src/apps/infrastructure/config/pom.xml @@ -122,6 +122,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} build-info @@ -147,6 +148,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} repackage diff --git a/src/apps/pom.xml b/src/apps/pom.xml index 85a9a7edf..94899a7ad 100644 --- a/src/apps/pom.xml +++ b/src/apps/pom.xml @@ -37,6 +37,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring-boot.version} repackage