Skip to content

Commit 612f854

Browse files
authored
SCM-1008 remove unused dependencies (#167)
1 parent 6311a5c commit 612f854

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

maven-scm-plugin/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@
5959
<version>${mavenVersion}</version>
6060
<scope>provided</scope>
6161
</dependency>
62-
<dependency>
63-
<groupId>org.apache.maven</groupId>
64-
<artifactId>maven-artifact</artifactId>
65-
<version>${mavenVersion}</version>
66-
<scope>provided</scope>
67-
</dependency>
6862
<dependency>
6963
<groupId>org.apache.maven</groupId>
7064
<artifactId>maven-compat</artifactId>
@@ -138,11 +132,6 @@
138132
</dependency>
139133

140134
<!-- Test -->
141-
<dependency>
142-
<groupId>junit</groupId>
143-
<artifactId>junit</artifactId>
144-
<scope>test</scope>
145-
</dependency>
146135
<dependency>
147136
<groupId>org.apache.maven.plugin-testing</groupId>
148137
<artifactId>maven-plugin-testing-harness</artifactId>

0 commit comments

Comments
 (0)