Add missing boot configuration processor

This commit is contained in:
Janne Valkealahti
2022-01-28 16:17:37 +00:00
parent f5c21bca09
commit 9d7a345fff

View File

@@ -41,5 +41,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>