From 2741ffd109d7ce5badbfc28572615ee362ac1953 Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Tue, 23 Jul 2024 12:08:39 +0200 Subject: [PATCH] Upgrade to WildFly 33.0.0.Final BOM 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 --- pom.xml | 2 +- .../src/main/resources-filtered/archetype-resources/pom.xml | 5 +++++ .../src/main/resources/archetype-resources/web/pom.xml | 5 +++++ .../src/main/resources-filtered/archetype-resources/pom.xml | 5 +++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b544e62..dd0a0eb 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ actually use these dependencies. --> - 32.0.1.Final + 33.0.0.Final 25.0.0.Final 5.0.0.Final diff --git a/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml index 74266cf..11edddd 100644 --- a/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -162,6 +162,11 @@ org.jboss.arquillian.junit5 arquillian-junit5-container + + 1.9.1.Final test diff --git a/wildfly-jakartaee-ear-archetype/src/main/resources/archetype-resources/web/pom.xml b/wildfly-jakartaee-ear-archetype/src/main/resources/archetype-resources/web/pom.xml index 6387a95..7ccd4dd 100644 --- a/wildfly-jakartaee-ear-archetype/src/main/resources/archetype-resources/web/pom.xml +++ b/wildfly-jakartaee-ear-archetype/src/main/resources/archetype-resources/web/pom.xml @@ -108,6 +108,11 @@ org.jboss.arquillian.junit5 arquillian-junit5-container + + 1.9.1.Final test diff --git a/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml index 0e2dc90..65155f2 100644 --- a/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -214,6 +214,11 @@ org.jboss.arquillian.junit5 arquillian-junit5-container + + 1.9.1.Final test