Skip to content

Commit

Permalink
Merge pull request #100 from jmesnil/wildfly_33.0.0.Final
Browse files Browse the repository at this point in the history
Upgrade to WildFly 33.0.0.Final BOM
  • Loading branch information
jmesnil authored Jul 23, 2024
2 parents dace72c + 2741ffd commit 95b0ed5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
actually use these dependencies.
-->
<properties>
<version.wildfly.bom>32.0.1.Final</version.wildfly.bom>
<version.wildfly.bom>33.0.0.Final</version.wildfly.bom>
<version.wildfly.core>25.0.0.Final</version.wildfly.core>
<version.wildfly.maven.plugin>5.0.0.Final</version.wildfly.maven.plugin>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@
<dependency>
<groupId>org.jboss.arquillian.junit5</groupId>
<artifactId>arquillian-junit5-container</artifactId>
<!-- temporary overriding as the 1.8.1.Final version pulled by
WildFly BOM does not work with JUnit 5
https://github.com/arquillian/arquillian-core/issues/576
-->
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
<dependency>
<groupId>org.jboss.arquillian.junit5</groupId>
<artifactId>arquillian-junit5-container</artifactId>
<!-- temporary overriding as the 1.8.1.Final version pulled by
WildFly BOM does not work with JUnit 5
https://github.com/arquillian/arquillian-core/issues/576
-->
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
<dependency>
<groupId>org.jboss.arquillian.junit5</groupId>
<artifactId>arquillian-junit5-container</artifactId>
<!-- temporary overriding as the 1.8.1.Final version pulled by
WildFly BOM does not work with JUnit 5
https://github.com/arquillian/arquillian-core/issues/576
-->
<version>1.9.1.Final</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 95b0ed5

Please sign in to comment.