You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2019/05/11 19:39:29 UTC

[clerezza] 07/45: CLEREZZA-1026: Bump maven-surefire-plugin in parent pom to 2.22.1 and set useSystemClassLoader to false

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

hasan pushed a commit to branch reunited
in repository https://gitbox.apache.org/repos/asf/clerezza.git

commit e153faa0c78629b033ea7e8f128dd04d2cb6dcbb
Author: Hasan <ha...@apache.org>
AuthorDate: Mon Nov 5 00:08:27 2018 +0100

    CLEREZZA-1026: Bump maven-surefire-plugin in parent pom to 2.22.1 and set useSystemClassLoader to false
---
 parent/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9094112..2607b41 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -140,7 +140,10 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.15</version>
+                    <version>2.22.1</version>
+                    <configuration>
+                        <useSystemClassLoader>false</useSystemClassLoader>
+                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.xsite</groupId>