From d87fcd475aac921ff037e01fc8e7893145270307 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Wed, 23 Aug 2023 10:59:16 -0500 Subject: [PATCH] GH-279 - Add annotation processors for compiler avoidance. --- pom.xml | 12 ++++++++++++ spring-modulith-examples/pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/pom.xml b/pom.xml index 2b13e345a..4be349bb1 100644 --- a/pom.xml +++ b/pom.xml @@ -483,6 +483,18 @@ limitations under the License. 17 17 true + + + org.springframework.boot + spring-boot-configuration-processor + ${spring-boot.version} + + + org.projectlombok + lombok + 1.18.28 + + diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 0b072cf1f..172285078 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -27,6 +27,28 @@ verify + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + + + org.springframework.boot + spring-boot-configuration-processor + 3.1.2 + + + org.projectlombok + lombok + 1.18.28 + + + + +