KEYCLOAK-8770 add keycloak-wildfly-adduser dependency to base testsuite

This commit is contained in:
vramik 2018-11-07 10:14:14 +01:00 committed by Stian Thorgersen
parent e7b7307b4f
commit 29f8187978

View file

@ -1551,6 +1551,10 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-authz-client</artifactId>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-wildfly-adduser</artifactId>
</dependency>
<!--UNDERTOW-->