Skip to content
Snippets Groups Projects
Commit 8c1bb5f0 authored by Anders Austlid's avatar Anders Austlid
Browse files

Added Spring Boot configuration processor depdency

parent caef048c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment