From 6416a6087591bbeb475d9825f46b49d82f247122 Mon Sep 17 00:00:00 2001 From: Bipin kumar Date: Thu, 29 Feb 2024 00:58:47 +0530 Subject: [PATCH] [JAVA-28927] Upgrade lombok-modules to use Spring Boot 3 (#15896) --- lombok-modules/lombok-2/pom.xml | 7 +++++++ lombok-modules/lombok/pom.xml | 16 +++++++++------- lombok-modules/pom.xml | 4 ++-- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/lombok-modules/lombok-2/pom.xml b/lombok-modules/lombok-2/pom.xml index 797fc901aa..0d8c0bc5b9 100644 --- a/lombok-modules/lombok-2/pom.xml +++ b/lombok-modules/lombok-2/pom.xml @@ -58,6 +58,13 @@ + + org.springframework.boot + spring-boot-maven-plugin + + true + + org.openapitools openapi-generator-maven-plugin diff --git a/lombok-modules/lombok/pom.xml b/lombok-modules/lombok/pom.xml index a04233bc2b..68ae46c67f 100644 --- a/lombok-modules/lombok/pom.xml +++ b/lombok-modules/lombok/pom.xml @@ -33,13 +33,15 @@ - lombok - - - src/main/resources - true - - + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + diff --git a/lombok-modules/pom.xml b/lombok-modules/pom.xml index e64f2e04ae..620f0bf74c 100644 --- a/lombok-modules/pom.xml +++ b/lombok-modules/pom.xml @@ -10,9 +10,9 @@ com.baeldung - parent-boot-2 + parent-boot-3 0.0.1-SNAPSHOT - ../parent-boot-2 + ../parent-boot-3