Skip to content

Commit fd04b5f

Browse files
committed
update more dependecies
1 parent a5494b1 commit fd04b5f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,16 @@
150150
<artifactId>mockito-core</artifactId>
151151
<scope>test</scope>
152152
</dependency>
153+
<dependency>
154+
<groupId>org.apache.maven.scm</groupId>
155+
<artifactId>maven-scm-api</artifactId>
156+
<version>1.11.1</version>
157+
</dependency>
158+
<dependency>
159+
<groupId>org.apache.maven.scm</groupId>
160+
<artifactId>maven-scm-provider-gitexe</artifactId>
161+
<version>1.11.1</version>
162+
</dependency>
153163
</dependencies>
154164

155165
<scm>

0 commit comments

Comments
 (0)