Skip to content

Commit

Permalink
Fix ClassNotFoundException during release:prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-talbot42 committed Sep 15, 2022
1 parent f1367c5 commit f538700
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 @@ -298,6 +298,11 @@
<version>2.5.3</version>
<dependencies>
<!-- Fixes release commit creation on systems which are not in English -->
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-api</artifactId>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
Expand Down

0 comments on commit f538700

Please sign in to comment.