Skip to content

Commit 6ac2b78

Browse files
committed
GH-854 - Automatically include Spring Boot configuration processor in APT module.
1 parent d7d2a27 commit 6ac2b78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-modulith-apt/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot</artifactId>
3030
</dependency>
31+
32+
<dependency>
33+
<groupId>org.springframework.boot</groupId>
34+
<artifactId>spring-boot-configuration-processor</artifactId>
35+
</dependency>
3136

3237
<dependency>
3338
<groupId>org.springframework.modulith</groupId>

0 commit comments

Comments
 (0)