From c048f91ef2785e49544824021dedf12019a5063f Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 24 Aug 2023 11:41:26 -0700 Subject: [PATCH] GH-279 - Improve annotation processor setup. Temporarily extract version numbers into properties until the compiler plugin considers the versions declared in dependency management [0]. [0] https://issues.apache.org/jira/browse/MCOMPILER-391 --- pom.xml | 3 ++- spring-modulith-examples/pom.xml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4be349bb..92c9d533 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,7 @@ 3.5.1 4.6.1 2023.1.0 + 1.18.28 UTF-8 UTF-8 6.0.11 @@ -492,7 +493,7 @@ limitations under the License. org.projectlombok lombok - 1.18.28 + ${lombok.version} diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 17228507..f9439249 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -23,6 +23,7 @@ 17 + 3.1.2 @@ -38,12 +39,12 @@ org.springframework.boot spring-boot-configuration-processor - 3.1.2 + ${spring-boot.version} org.projectlombok lombok - 1.18.28 + ${lombok.version}