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 d6d6958  [SUREFIRE-1850] Unnecessary dependency incorrectly resolved 
in certain phases
d6d6958 is described below

commit d6d69586a4ae9306746fbf42cff2809aeb260e4c
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Wed Sep 30 11:49:38 2020 -0400

    [SUREFIRE-1850] Unnecessary dependency incorrectly resolved in certain 
phases
---
 maven-surefire-common/pom.xml |  4 ----
 pom.xml                       | 15 ---------------
 2 files changed, 19 deletions(-)

diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 0c9ba3b..f37f072 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -59,10 +59,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-toolchain</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-common-artifact-filters</artifactId>
         </dependency>
diff --git a/pom.xml b/pom.xml
index fbbba5f..339e645 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,21 +200,6 @@
         </exclusions>
       </dependency>
       <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-toolchain</artifactId>
-        <version>3.0-alpha-2</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-core</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-compat</artifactId>
-          </exclusion>
-        </exclusions>
-      </dependency>
-      <dependency>
         <groupId>org.apache.maven.shared</groupId>
         <artifactId>maven-common-artifact-filters</artifactId>
         <version>3.1.0</version>

Reply via email to