This is an automated email from the ASF dual-hosted git repository.
nswamy pushed a commit to branch java-api
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/java-api by this push:
new 62d2800 Maven Surefire bug workaround (#13097)
62d2800 is described below
commit 62d2800af08664abe322e32b7fe2f39c75b6c0c7
Author: Zach Kimberg <[email protected]>
AuthorDate: Fri Nov 2 16:24:07 2018 -0700
Maven Surefire bug workaround (#13097)
---
scala-package/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/scala-package/pom.xml b/scala-package/pom.xml
index 9f7a498..daa2dff 100644
--- a/scala-package/pom.xml
+++ b/scala-package/pom.xml
@@ -215,6 +215,7 @@
<version>2.19</version>
<configuration>
<skipTests>true</skipTests>
+ <useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<plugin>