From 6ac2b786eb978238f2026ba5a56ca6ad450cdbc2 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 8 Oct 2024 17:28:39 +0200 Subject: [PATCH] GH-854 - Automatically include Spring Boot configuration processor in APT module. --- spring-modulith-apt/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-modulith-apt/pom.xml b/spring-modulith-apt/pom.xml index 9ae12a1b..7db97478 100644 --- a/spring-modulith-apt/pom.xml +++ b/spring-modulith-apt/pom.xml @@ -28,6 +28,11 @@ org.springframework.boot spring-boot + + + org.springframework.boot + spring-boot-configuration-processor + org.springframework.modulith