keycloak-uncached
Changes
adapters/oidc/spring-boot2/pom.xml 6(+6 -0)
Details
adapters/oidc/spring-boot2/pom.xml 6(+6 -0)
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>