Skip to content

Commit

Permalink
test incremental of mina sshd
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed May 27, 2024
1 parent 28a1ccc commit 3180a4e
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,15 @@
<!-- Use mina api common plugin rather than JGit transitive dependency inclusion of Apache Mina sshd common -->
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
<artifactId>mina-sshd-api-common</artifactId>
<!-- https://github.com/jenkinsci/mina-sshd-api-plugin/pull/98 -->
<version>2.12.1-108.v3a_48e2042a_a_a_</version>
</dependency>
<dependency>
<!-- Use mina api core plugin rather than JGit transitive dependency inclusion of Apache Mina sshd core -->
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
<artifactId>mina-sshd-api-core</artifactId>
</dependency>
<!-- this could be optional? -->
<dependency>
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
<version>0.3.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
<optional>true</optional>
<!-- https://github.com/jenkinsci/mina-sshd-api-plugin/pull/98 -->
<version>2.12.1-108.v3a_48e2042a_a_a_</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down

0 comments on commit 3180a4e

Please sign in to comment.