Keycloak AuthZ Client as spring-boot-starter dependency

This commit is contained in:
Pedro Igor 2017-05-19 17:15:22 -03:00
parent badabf8385
commit 7681c76ee1

View file

@ -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>