Skip to content

Commit 6d1351e

Browse files
committed
Test JGit 7.2, Git Client 6.2, and Mina SSHD 2.15.0
Git client plugin incremental build from: * jenkinsci/git-client-plugin#1262 Mina SSHD incremental build from: * jenkinsci/mina-sshd-api-plugin#150 Test plan from: * jenkinsci/git-client-plugin#1262 (comment)
1 parent 8d062a3 commit 6d1351e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@
8989
<groupId>io.jenkins.plugins</groupId>
9090
<artifactId>joda-time-api</artifactId>
9191
</dependency>
92+
<dependency>
93+
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
94+
<artifactId>mina-sshd-api-common</artifactId>
95+
<version>2.15.0-156.v48eb_e3c5a_805</version>
96+
</dependency>
97+
<dependency>
98+
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
99+
<artifactId>mina-sshd-api-core</artifactId>
100+
<version>2.15.0-156.v48eb_e3c5a_805</version>
101+
</dependency>
92102
<dependency>
93103
<groupId>org.jboss.resteasy</groupId>
94104
<artifactId>resteasy-client</artifactId>
@@ -149,6 +159,7 @@
149159
<dependency>
150160
<groupId>org.jenkins-ci.plugins</groupId>
151161
<artifactId>git-client</artifactId>
162+
<version>6.2.0-rc3710.111f814fdc4b_</version>
152163
</dependency>
153164
<dependency>
154165
<groupId>org.jenkins-ci.plugins</groupId>

0 commit comments

Comments
 (0)