Skip to content

Commit 9b12d17

Browse files
committed
problem with git v1.8.5 adressed
1 parent 810cabd commit 9b12d17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@
140140
<pushChanges>false</pushChanges>
141141
<mavenExecutorId>forked-path</mavenExecutorId>
142142
</configuration>
143+
<dependencies>
144+
<dependency>
145+
<groupId>org.apache.maven.scm</groupId>
146+
<artifactId>maven-scm-provider-gitexe</artifactId>
147+
<version>1.9</version>
148+
</dependency>
149+
</dependencies>
143150
</plugin>
144151
<plugin>
145152
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)