You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/12/12 21:22:21 UTC

[isis] branch spring6 updated: ISIS-3275: surefire fixes

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 5424e68a21 ISIS-3275: surefire fixes
5424e68a21 is described below

commit 5424e68a21e8413c81ca8348ae169a47e08e2a8e
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Dec 12 22:22:14 2022 +0100

    ISIS-3275: surefire fixes
---
 bom/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 7bb79abb06..22200daa16 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -183,8 +183,6 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
         <summernote.version>0.8.20</summernote.version>
         <surefire-plugin.argLine>
 			-Xmx384m 
-			--add-modules com.sun.tools.xjc 
-			--add-reads org.eclipse.persistence.moxy=com.sun.tools.xjc
 		</surefire-plugin.argLine>
         <swagger-core.version>2.2.7</swagger-core.version>
 
@@ -1307,8 +1305,6 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
                 <surefire-plugin.argLine>
 					@{argLine}
 					-Xmx384m
-					--add-modules com.sun.tools.xjc 
-					--add-reads org.eclipse.persistence.moxy=com.sun.tools.xjc 
 				</surefire-plugin.argLine>
             </properties>
             <build>