GH-854 - Automatically include Spring Boot configuration processor in APT module.

This commit is contained in:
Oliver Drotbohm
2024-10-08 17:28:39 +02:00
parent d7d2a2750f
commit 6ac2b786eb

View File

@@ -28,6 +28,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.modulith</groupId>