You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/30 23:29:22 UTC

[maven-plugin-tools] 01/01: remove unneeded dependency

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch surefire
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit a0c3d46e01df8ac9f32a63f2a36151e050817d21
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Jun 30 19:29:04 2020 -0400

    remove unneeded dependency
---
 maven-plugin-plugin/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml
index c6d77fb..694e277 100644
--- a/maven-plugin-plugin/pom.xml
+++ b/maven-plugin-plugin/pom.xml
@@ -149,13 +149,6 @@
       </exclusions>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.maven.surefire</groupId>
-      <artifactId>maven-surefire-common</artifactId>
-      <version>2.19.1</version>
-    </dependency>
-
-
     <!-- other -->
     <dependency>
       <groupId>org.apache.velocity</groupId>