KEYCLOAK-14516 app-server-eap6 tests fails due to compilation error
This commit is contained in:
parent
f73b51818b
commit
1b988cc12e
1 changed files with 6 additions and 0 deletions
|
@ -672,6 +672,12 @@
|
|||
<artifactId>wildfly-cli</artifactId>
|
||||
<scope>test</scope>
|
||||
<version>2.0.10.Final</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.jboss.modules</groupId>
|
||||
<artifactId>jboss-modules</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
|
Loading…
Reference in a new issue