From 8e40264b8dae1f13eea410d7c082450ca743f139 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 5 Oct 2024 09:15:36 -0600 Subject: [PATCH] Temporarily depend on latest mina sshd plugin (#1668) 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. https://github.com/jenkinsci/mina-sshd-api-plugin/pull/119 is the pull request that resolved the issue in mina sshd api plugin. --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 29593791be..4c14c944fb 100644 --- a/pom.xml +++ b/pom.xml @@ -85,6 +85,13 @@ pom import + + + + io.jenkins.plugins.mina-sshd-api + mina-sshd-api-common + 2.14.0-133.vcc091215a_358 + @@ -95,13 +102,6 @@ org.jenkins-ci.plugins git-client - - - - commons-io - commons-io - - org.jenkins-ci.plugins