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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d2a09d  SHIRO-658 Add workaround for openjdk-8 maven build issue
     new 8af2e4e  Merge pull request #111 from 
steinarb/add-workaround-for-openjdk8-surefire-maven-error
3d2a09d is described below

commit 3d2a09de1ac03bb0f8d687333ae9d4415c6e08cb
Author: Steinar Bang <[email protected]>
AuthorDate: Thu Jan 17 18:38:41 2019 +0100

    SHIRO-658 Add workaround for openjdk-8 maven build issue
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 39d2be5..1c9cee9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,6 +383,7 @@
                 <version>2.19.1</version>
                 <configuration>
                     <printSummary>true</printSummary>
+                    <useSystemClassLoader>false</useSystemClassLoader>
                 </configuration>
             </plugin>
             <plugin>
@@ -390,6 +391,7 @@
                 <artifactId>maven-failsafe-plugin</artifactId>
                 <version>2.19.1</version>
                 <configuration>
+                    <useSystemClassLoader>false</useSystemClassLoader>
                     <includes>
                         <include>**/*IT.java</include>
                         <include>**/*IT.groovy</include>

Reply via email to