This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch SCM-1008 in repository https://gitbox.apache.org/repos/asf/maven-scm.git
commit 3c3f8ab5dc1f5c70122b6d22c019c461e2ae21bd Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Thu Mar 16 13:22:16 2023 -0400 SCM-1008 remove unused dependencies --- maven-scm-plugin/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/maven-scm-plugin/pom.xml b/maven-scm-plugin/pom.xml index a946dda0d..979c72054 100644 --- a/maven-scm-plugin/pom.xml +++ b/maven-scm-plugin/pom.xml @@ -59,12 +59,6 @@ <version>${mavenVersion}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> - <version>${mavenVersion}</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> @@ -138,11 +132,6 @@ </dependency> <!-- Test --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId>
