diff --git a/pom.xml b/pom.xml index 2b13e345..4be349bb 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 0b072cf1..17228507 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 + + + + +