From 3f87ffe2d52a314572ebcef936f9a10c59eb573a Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 5 Sep 2023 19:15:51 -0600 Subject: [PATCH] Add `docker-workflow` plugin to the managed set (#2464) * Add docker-workflow plugin to managed set * Remove docker-commons from sample-plugin dependencies README advises that the dependencies in the sample plugin should be maintained as we would any other plugin, with the top level dependencies declared and the transitive dependencies calculated by Maven. Since docker-workflow depends on docker-commons, we don't need to declare docker-commons in the sample plugin. --------- Co-authored-by: Basil Crow --- bom-weekly/pom.xml | 5 +++++ sample-plugin/pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bom-weekly/pom.xml b/bom-weekly/pom.xml index f8a5a02b8..bde443188 100644 --- a/bom-weekly/pom.xml +++ b/bom-weekly/pom.xml @@ -511,6 +511,11 @@ docker-java-api 3.3.1-79.v20b_53427e041 + + org.jenkins-ci.plugins + docker-workflow + 572.v950f58993843 + org.jenkins-ci.plugins durable-task diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 3397409a2..5401dfde9 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -421,12 +421,12 @@ org.jenkins-ci.plugins - docker-commons + docker-java-api test org.jenkins-ci.plugins - docker-java-api + docker-workflow test