Add spring-boot-configuration-processor dependency to groovy processor

This commit is contained in:
David Turanski
2021-09-07 15:59:38 -04:00
parent ad847244da
commit 947fd736ca
2 changed files with 8 additions and 0 deletions

View File

@@ -74,6 +74,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>