parent
f3fcf1f8c5
commit
5730b54ac7
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -831,6 +831,12 @@
|
||||||
<groupId>org.wildfly.core</groupId>
|
<groupId>org.wildfly.core</groupId>
|
||||||
<artifactId>wildfly-server</artifactId>
|
<artifactId>wildfly-server</artifactId>
|
||||||
<version>${wildfly.core.version}</version>
|
<version>${wildfly.core.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>io.smallrye</groupId>
|
||||||
|
<artifactId>jandex</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.wildfly</groupId>
|
<groupId>org.wildfly</groupId>
|
||||||
|
|
Loading…
Reference in a new issue