Skip to content

Commit fa4a177

Browse files
committed
Add missing dependency for the release plugin.
1 parent 3a69469 commit fa4a177

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@
117117
<artifactId>maven-release-plugin</artifactId>
118118
<version>2.5.3</version>
119119
<dependencies>
120+
<dependency>
121+
<groupId>org.apache.maven.scm</groupId>
122+
<artifactId>maven-scm-api</artifactId>
123+
<version>1.11.2</version>
124+
</dependency>
120125
<dependency>
121126
<groupId>org.apache.maven.scm</groupId>
122127
<artifactId>maven-scm-provider-gitexe</artifactId>

0 commit comments

Comments
 (0)