KEYCLOAK-8155 Use Spring Boot autoconfigure-processor to optimize auto-configurations
This commit is contained in:
parent
5354e88f60
commit
f739e2e2d8
1 changed files with 6 additions and 0 deletions
|
@ -137,5 +137,11 @@
|
|||
<optional>true</optional>
|
||||
<version>${spring-boot.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-autoconfigure-processor</artifactId>
|
||||
<optional>true</optional>
|
||||
<version>${spring-boot.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue