This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push: new 553269f [SUREFIRE-1606] maven-shared-utils must not be on provider's classpath 553269f is described below commit 553269f4bb7485991a2e9655e9d1ca28e305ab86 Author: Tibor17 <tibordig...@apache.org> AuthorDate: Sun Dec 2 09:44:36 2018 +0100 [SUREFIRE-1606] maven-shared-utils must not be on provider's classpath --- surefire-providers/common-junit4/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/surefire-providers/common-junit4/pom.xml b/surefire-providers/common-junit4/pom.xml index 2c84bc9..589e108 100644 --- a/surefire-providers/common-junit4/pom.xml +++ b/surefire-providers/common-junit4/pom.xml @@ -48,9 +48,5 @@ <artifactId>common-java5</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.apache.maven.shared</groupId> - <artifactId>maven-shared-utils</artifactId> - </dependency> </dependencies> </project>