keycloak-uncached

KEYCLOAK-8155 Use Spring Boot autoconfigure-processor to

10/20/2018 3:05:18 AM

Details

diff --git a/adapters/oidc/spring-boot2/pom.xml b/adapters/oidc/spring-boot2/pom.xml
index 8b5e2af..e51680f 100755
--- a/adapters/oidc/spring-boot2/pom.xml
+++ b/adapters/oidc/spring-boot2/pom.xml
@@ -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>