From 9047020d425c867b50427fdf7803f8a6068038ae Mon Sep 17 00:00:00 2001 From: Jeff Mesnil Date: Mon, 26 Aug 2024 10:19:43 +0200 Subject: [PATCH] Upgrade to WildFly 33.0.1.Final * temporary fix for org.jboss.arquillian.protocol:arquillian-protocol-servlet-jakarta Signed-off-by: Jeff Mesnil --- pom.xml | 2 +- .../resources-filtered/archetype-resources/pom.xml | 13 +++++++++---- .../resources-filtered/archetype-resources/pom.xml | 10 ++++++++++ .../main/resources/archetype-resources/web/pom.xml | 5 ----- .../resources-filtered/archetype-resources/pom.xml | 13 +++++++++---- 5 files changed, 29 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 651b63b..c3d356a 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ actually use these dependencies. --> - 33.0.0.Final + 33.0.1.Final 25.0.1.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 11edddd..8cdcef5 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,11 +162,16 @@ org.jboss.arquillian.junit5 arquillian-junit5-container - - 1.9.1.Final + 10.0.0.Final test diff --git a/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml index 4dcbbf5..b30ac74 100644 --- a/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -166,6 +166,16 @@ pom import + + + org.jboss.arquillian.protocol + arquillian-protocol-servlet-jakarta + + 10.0.0.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 7ccd4dd..6387a95 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,11 +108,6 @@ 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 65155f2..03c18f6 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,11 +214,16 @@ org.jboss.arquillian.junit5 arquillian-junit5-container - - 1.9.1.Final + 10.0.0.Final test