Skip to content

Commit

Permalink
Upgrade to WildFly 33.0.0.Final BOM
Browse files Browse the repository at this point in the history
In the getting-started archetype, override arquillian-junit5-container version to 1.9.1.Final
as the version coming from WildFly BOM (1.8.1.Final) is not working.

Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
  • Loading branch information
jmesnil committed Jul 23, 2024
1 parent dace72c commit aec8c76
Show file tree
Hide file tree
Showing 2 changed files with 6 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

0 comments on commit aec8c76

Please sign in to comment.