<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-boot-2-adapter</artifactId>
<version>19.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.keycloak', module='keycloak-spring-boot-2-adapter', version='19.0.0')
)
<parent> <groupId>org.keycloak</groupId> <artifactId>keycloak-parent</artifactId> <version>19.0.0</version> </parent>
compile
|-- org.keycloak:keycloak-spring-boot-adapter-core
|-- org.jboss.logging:jboss-logging
|-- org.keycloak:keycloak-core
|-- org.keycloak:spring-boot-container-bundle
|-- org.keycloak:keycloak-spring-security-adapter
|-- org.springframework.boot:spring-boot-starter-web:2.0.5.RELEASE
|-- io.undertow:undertow-servlet
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-security
|-- org.eclipse.jetty:jetty-webapp
|-- org.springframework.boot:spring-boot-configuration-processor:2.0.5.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.0.5.RELEASE
provided
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-annotations
|-- org.springframework:spring-core:5.0.2.RELEASE
test
|-- junit:junit