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 566be34b226ba1d0f35ec59591ad4cd062a34b27 Author: Hasan <[email protected]> AuthorDate: Sun Nov 4 23:45:28 2018 +0100 CLEREZZA-1026: Add maven-surefire-plugin in api.impl pom.xml --- api.impl/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api.impl/pom.xml b/api.impl/pom.xml index 871beb6..1107f60 100644 --- a/api.impl/pom.xml +++ b/api.impl/pom.xml @@ -60,6 +60,14 @@ </instructions> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.1</version> + <configuration> + <useSystemClassLoader>false</useSystemClassLoader> + </configuration> + </plugin> </plugins> </build>
