From 4a4399e29dc8da3738a11dd9a328395643253af4 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya <shinsuke@apache.org> Date: Thu, 1 Nov 2018 10:02:25 +0900 Subject: [PATCH] fix #1890 add useSystemClassLoader --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 29b284186..770b52015 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,7 @@ <include>${test.include.path}</include> </includes> <argLine>${test.command.args}</argLine> + <useSystemClassLoader>false</useSystemClassLoader> </configuration> <dependencies> <dependency> -- GitLab