You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/11/26 15:26:17 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2478] code coverage should be measured

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 24e5cdd  [OPENMEETINGS-2478] code coverage should be measured
24e5cdd is described below

commit 24e5cdd9492d714145728419d0a089a3d11d2d67
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu Nov 26 22:26:01 2020 +0700

    [OPENMEETINGS-2478] code coverage should be measured
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff10cdc..0f53f08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
 		<jetty.version>9.4.34.v20201102</jetty.version>
 		<license.excludedScopes>test</license.excludedScopes>
 		<bcprov-jdk15on.version>1.67</bcprov-jdk15on.version>
-		<mockito.version>3.6.0</mockito.version>
+		<mockito.version>3.6.28</mockito.version>
 		<quartz.version>2.3.2</quartz.version>
 		<kurento.version>6.15.0</kurento.version>
 		<jain-sip.version>1.2.307</jain-sip.version><!-- other versions are broken! -->
@@ -909,7 +909,7 @@
 						<excludes>
 							<exclude/>
 						</excludes>
-						<argLine>--add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED</argLine>
+						<argLine>@{argLine} --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED</argLine>
 					</configuration>
 				</plugin>
 				<plugin>