Skip to content

Commit

Permalink
Test with an incremental build of Mina SSHD API 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Mar 6, 2025
1 parent 7e2d2b9 commit 3eb1e02
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<jgit.version>7.2.0.202503040940-r</jgit.version>
<!-- TODO: Remove when included in plugin BOM -->
<!-- TODO: Replace with released version is available -->
<mina-sshd-api.version>2.15.0-156.v48eb_e3c5a_805</mina-sshd-api.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
Expand Down Expand Up @@ -72,11 +75,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>
<!-- TODO: Remove when included in plugin BOM -->
<version>${mina-sshd-api.version}</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>
<!-- TODO: Remove when included in plugin BOM -->
<version>${mina-sshd-api.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down Expand Up @@ -139,11 +146,6 @@
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
<version>${jgit.version}</version>
<exclusions>
<exclusion>
<!-- Prevent inclusion of transitive dependency -->
<groupId>net.i2p.crypto</groupId>
<artifactId>eddsa</artifactId>
</exclusion>
<exclusion>
<!-- Prevent inclusion of transitive dependency, OSGi not needed by git client plugin -->
<groupId>org.apache.sshd</groupId>
Expand Down

0 comments on commit 3eb1e02

Please sign in to comment.