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 <[email protected]> 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>
