Skip to content

Commit

Permalink
Merge pull request #105 from jmesnil/upgrade_wildfly_33.0.1.Final
Browse files Browse the repository at this point in the history
Upgrade to WildFly 33.0.1.Final
  • Loading branch information
jmesnil authored Aug 26, 2024
2 parents c32e7e1 + 9047020 commit 21eefd4
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 14 deletions.
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>33.0.0.Final</version.wildfly.bom>
<version.wildfly.bom>33.0.1.Final</version.wildfly.bom>
<version.wildfly.core>25.0.1.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,11 +162,16 @@
<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
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
<!-- temporary overriding as the 1.9.1.Final version pulled by
WildFly BOM does not exist.
-->
<version>1.9.1.Final</version>
<version>10.0.0.Final</version>
<scope>test</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
<!-- temporary overriding as the 1.9.1.Final version pulled by
WildFly BOM does not exist.
-->
<version>10.0.0.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@
<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,11 +214,16 @@
<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
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jboss.arquillian.protocol</groupId>
<artifactId>arquillian-protocol-servlet-jakarta</artifactId>
<!-- temporary overriding as the 1.9.1.Final version pulled by
WildFly BOM does not exist.
-->
<version>1.9.1.Final</version>
<version>10.0.0.Final</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 21eefd4

Please sign in to comment.