From 9eac3940e65180d943e9cedafc9afcc52a31009c Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 5 Oct 2024 13:44:38 +1000 Subject: [PATCH] fips-bundle-test should be test scope no need of commons-io in dptMngt Signed-off-by: Olivier Lamy --- mina-sshd-api-common/pom.xml | 2 ++ pom.xml | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/mina-sshd-api-common/pom.xml b/mina-sshd-api-common/pom.xml index 949b8c9..a1e131d 100644 --- a/mina-sshd-api-common/pom.xml +++ b/mina-sshd-api-common/pom.xml @@ -46,6 +46,7 @@ bouncycastle-api true + org.jenkins-ci.main jenkins-test-harness @@ -56,6 +57,7 @@ io.jenkins.test.fips fips-bundle-test 23.v76d4fd57f5b_d + test diff --git a/pom.xml b/pom.xml index f29bd29..13932c9 100644 --- a/pom.xml +++ b/pom.xml @@ -103,11 +103,6 @@ hamcrest 3.0 - - commons-io - commons-io - 2.16.1 -