We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6311a5c commit 612f854Copy full SHA for 612f854
maven-scm-plugin/pom.xml
@@ -59,12 +59,6 @@
59
<version>${mavenVersion}</version>
60
<scope>provided</scope>
61
</dependency>
62
- <dependency>
63
- <groupId>org.apache.maven</groupId>
64
- <artifactId>maven-artifact</artifactId>
65
- <version>${mavenVersion}</version>
66
- <scope>provided</scope>
67
- </dependency>
68
<dependency>
69
<groupId>org.apache.maven</groupId>
70
<artifactId>maven-compat</artifactId>
@@ -138,11 +132,6 @@
138
132
139
133
140
134
<!-- Test -->
141
142
- <groupId>junit</groupId>
143
- <artifactId>junit</artifactId>
144
- <scope>test</scope>
145
146
135
147
136
<groupId>org.apache.maven.plugin-testing</groupId>
148
137
<artifactId>maven-plugin-testing-harness</artifactId>
0 commit comments