Skip to content

Commit

Permalink
SCM-1008 remove unused dependencies (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Mar 17, 2023
1 parent 6311a5c commit 612f854
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions maven-scm-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 612f854

Please sign in to comment.