This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new e3a155d93 Update Arquillian
e3a155d93 is described below
commit e3a155d9370eed522018bbaf4890ddb2213e8017
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun May 1 12:59:27 2022 +0100
Update Arquillian
Also switch to the Wildfly preview edition to enable Java EE 9 support.
---
systests/wildfly-tests/pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/systests/wildfly-tests/pom.xml b/systests/wildfly-tests/pom.xml
index e1f08f633..a286ebbf1 100644
--- a/systests/wildfly-tests/pom.xml
+++ b/systests/wildfly-tests/pom.xml
@@ -33,7 +33,7 @@
<properties>
<wildfly.version>26.1.0.Final</wildfly.version>
-
<wildfly.home>${project.build.directory}/wildfly-${wildfly.version}</wildfly.home>
+
<wildfly.home>${project.build.directory}/wildfly-preview-${wildfly.version}</wildfly.home>
<wildfly.jigsawArgs>--add-modules java.se</wildfly.jigsawArgs>
</properties>
@@ -41,7 +41,7 @@
<dependencies>
<dependency>
<groupId>org.wildfly</groupId>
- <artifactId>wildfly-dist</artifactId>
+ <artifactId>wildfly-preview-dist</artifactId>
<!-- This makes the version manageable with Dependabot -->
<version>${wildfly.version}</version>
</dependency>
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
- <version>4.0.0.Alpha3</version>
+ <version>5.0.0.Alpha2</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -134,7 +134,7 @@
<artifactItems>
<artifactItem>
<groupId>org.wildfly</groupId>
- <artifactId>wildfly-dist</artifactId>
+
<artifactId>wildfly-preview-dist</artifactId>
<type>zip</type>
<overWrite>false</overWrite>
<outputDirectory>target</outputDirectory>