From ff5b2270f3f79d841f2ce0c7ec3a7f6c869c58ba Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 15 Aug 2025 20:53:49 -0600 Subject: [PATCH] Declare dependencies explicitly Do not allow additions to the bundled dependencies without a change to the list of bundledArtifacts. Avoid the mistakes when a new transitive dependency might be inadvertently added to the plugin and bundled into the hpi / jpi file. Thanks to pull request: * https://github.com/jenkinsci/maven-hpi-plugin/pull/771 --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41ef747..e567a7e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 5.19 + 5.22 @@ -33,6 +33,8 @@ 3.5.3 999999-SNAPSHOT + docker-java,docker-java-api,docker-java-core,docker-java-transport,docker-java-transport-httpclient5 + true 2.479 ${jenkins.baseline}.3