[KEYCLOAK-3246] - Authz client missing from tomcat 8 OpenID adapter
This commit is contained in:
parent
450b57c76a
commit
6bb59b7f63
1 changed files with 7 additions and 0 deletions
|
@ -77,6 +77,13 @@
|
|||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Authorization -->
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-authz-client</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
|
|
Loading…
Reference in a new issue