KEYCLOAK-6311 Remote-mode adapter tests don't work
This commit is contained in:
parent
fc3c07f6de
commit
5f49db6c7f
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue