From f739e2e2d891b844216d9aa3e82c2c174a7a5cfe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 20 Oct 2018 08:05:18 +0200 Subject: [PATCH] KEYCLOAK-8155 Use Spring Boot autoconfigure-processor to optimize auto-configurations --- adapters/oidc/spring-boot2/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/adapters/oidc/spring-boot2/pom.xml b/adapters/oidc/spring-boot2/pom.xml index 8b5e2af7c4..e51680ff7e 100755 --- a/adapters/oidc/spring-boot2/pom.xml +++ b/adapters/oidc/spring-boot2/pom.xml @@ -137,5 +137,11 @@ true ${spring-boot.version} + + org.springframework.boot + spring-boot-autoconfigure-processor + true + ${spring-boot.version} +