This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/isis.git
The following commit(s) were added to refs/heads/spring6 by this push:
new 739bbfbdf6 ISIS-3275: fixes surefire launch (module path issues)
739bbfbdf6 is described below
commit 739bbfbdf6f5c301b31ea56376b3e9667737f159
Author: Andi Huber <[email protected]>
AuthorDate: Mon Nov 14 08:38:23 2022 +0100
ISIS-3275: fixes surefire launch (module path issues)
---
bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 14683d2c2f..c77d4ffe15 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -416,7 +416,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<slf4j-api.version>2.0.3</slf4j-api.version> <!-- also provided by
spring-boot-starter-logging, needed to solve convergence issues -->
<spring-boot.version>3.0.0-RC2</spring-boot.version>
<summernote.version>0.8.11</summernote.version>
- <surefire-plugin.argLine>-Xmx512m</surefire-plugin.argLine>
+ <surefire-plugin.argLine>-Xmx512m --add-modules com.sun.tools.xjc
--add-reads
org.eclipse.persistence.moxy=com.sun.tools.xjc</surefire-plugin.argLine>
<swagger-core.version>1.6.8</swagger-core.version>
<togglz.version>3.2.1</togglz.version>