Skip to content

Commit

Permalink
Add missing dependency for the release plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed May 24, 2021
1 parent 3a69469 commit fa4a177
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>1.11.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
Expand Down

0 comments on commit fa4a177

Please sign in to comment.