summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auth/pom.xml2
-rw-r--r--cadi/pom.xml1
-rw-r--r--misc/pom.xml1
3 files changed, 3 insertions, 1 deletions
diff --git a/auth/pom.xml b/auth/pom.xml
index 4cd81ab5..7fd126ef 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -124,7 +124,7 @@
</includes>
<excludes>
</excludes>
-
+ <useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
diff --git a/cadi/pom.xml b/cadi/pom.xml
index 46c0b6bd..f15742b5 100644
--- a/cadi/pom.xml
+++ b/cadi/pom.xml
@@ -215,6 +215,7 @@
</includes>
<excludes>
</excludes>
+ <useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
diff --git a/misc/pom.xml b/misc/pom.xml
index 168aa128..3cf6b7cd 100644
--- a/misc/pom.xml
+++ b/misc/pom.xml
@@ -182,6 +182,7 @@
</includes>
<excludes>
</excludes>
+ <useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>