Skip to content

Commit

Permalink
Temporarily depend on latest mina sshd plugin (#1668)
Browse files Browse the repository at this point in the history
https://github.com/jenkinsci/mina-sshd-api-plugin/releases/tag/2.14.0-133.vcc091215a_358
includes a bug fix to move fips-bundle-test to test scope and to not
include commons-io in the dependencies of the plugin.  That release is
not yet available in plugin BOM.  Once it is available in plugin BOM,
this workaround can be removed.

jenkinsci/mina-sshd-api-plugin#119 is the pull
request that resolved the issue in mina sshd api plugin.
  • Loading branch information
MarkEWaite authored Oct 5, 2024
1 parent d8db98b commit 8e40264
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<!-- TODO: Remove when 2.14.0-133.vcc091215a_358 or newer is in BOM -->
<!-- https://github.com/jenkinsci/mina-sshd-api-plugin/releases/tag/2.14.0-133.vcc091215a_358 -->
<groupId>io.jenkins.plugins.mina-sshd-api</groupId>
<artifactId>mina-sshd-api-common</artifactId>
<version>2.14.0-133.vcc091215a_358</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand All @@ -95,13 +102,6 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-client</artifactId>
<exclusions>
<!-- TODO: Remove the commons-io exclusion when no longer needed for upper bounds on mina dependency from git-client -->
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 8e40264

Please sign in to comment.