KEYCLOAK-6311 Remote-mode adapter tests don't work

This commit is contained in:
Tomas Kyjovsky 2018-01-18 19:18:30 +01:00 committed by Hynek Mlnařík
parent fc3c07f6de
commit 5f49db6c7f

View file

@ -377,6 +377,12 @@
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-remote</artifactId>
</dependency>
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-cli</artifactId>
<scope>test</scope>
<version>${wildfly.core.version}</version>
</dependency>
</dependencies>
</profile>