Skip to content

Commit

Permalink
Add missing Maven release dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Madden committed Jul 27, 2021
1 parent 81ad280 commit b1845fa
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 @@ -119,6 +119,11 @@
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>1.11.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>1.11.2</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down

0 comments on commit b1845fa

Please sign in to comment.