From f0bb487d483c957291d533141fbd7684f81d0c75 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Tue, 5 Sep 2023 14:49:04 -0600 Subject: [PATCH] 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. --- sample-plugin/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sample-plugin/pom.xml b/sample-plugin/pom.xml index 086dba718..5401dfde9 100644 --- a/sample-plugin/pom.xml +++ b/sample-plugin/pom.xml @@ -419,11 +419,6 @@ dashboard-view test - - org.jenkins-ci.plugins - docker-commons - test - org.jenkins-ci.plugins docker-java-api