From e077c1f197e78759b4b4215afbd292f2b47a5030 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 1 Oct 2023 16:33:21 -0600 Subject: [PATCH] Add workflow-support plugin as a test dependency Fix plugin-util-api load failure in StartupTest --- test/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/pom.xml b/test/pom.xml index b1e521505b33..4e78006a6b1e 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -108,6 +108,12 @@ THE SOFTWARE. script-security 1275.v23895f409fb_d + + + org.jenkins-ci.plugins.workflow + workflow-support + 865.v43e78cc44e0d +