diff --git a/pom.xml b/pom.xml index f33e4d9a7e2c977c380fd5cec3865e2de80aeb86..dd156d1b16a77cc590a46aefe4990721ac89928b 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,12 @@ <artifactId>spring-security-test</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-configuration-processor</artifactId> + <optional>true</optional> + </dependency> </dependencies> <build>