[KEYCLOAK-3246] - Authz client missing from tomcat 8 OpenID adapter

This commit is contained in:
Pedro Igor 2016-07-04 13:27:14 -03:00
parent 450b57c76a
commit 6bb59b7f63

View file

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