Skip to content

Commit

Permalink
Keycloak AuthZ Client as spring-boot-starter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroigor committed May 19, 2017
1 parent badabf8 commit 7681c76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/spring-boot-starter/keycloak-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7681c76

Please sign in to comment.