Keycloak AuthZ Client as spring-boot-starter dependency
This commit is contained in:
parent
badabf8385
commit
7681c76ee1
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-spring-boot-adapter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-authz-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
|
|
Loading…
Reference in a new issue