Skip to content

Commit

Permalink
Upgrade to WildFly 33.0.1.Final
Browse files Browse the repository at this point in the history
* temporary fix for org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta

Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
  • Loading branch information
jmesnil committed Aug 26, 2024
1 parent c32e7e1 commit 75f7ed3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 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 @@ -108,11 +108,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 @@ -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 75f7ed3

Please sign in to comment.