You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/12/02 08:59:11 UTC

[maven-surefire] branch master updated: [SUREFIRE-1606] maven-shared-utils must not be on provider's classpath

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 <ti...@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>