From dd6227d510b20ccd898d162dd625954793de6118 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 23 May 2025 18:02:54 +0200 Subject: [PATCH] Add maven-dependency-plugin to pluginManagement --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index c4b635ef1..822f1f3cf 100644 --- a/pom.xml +++ b/pom.xml @@ -406,6 +406,11 @@ limitations under the License. ${maven.compiler.showDeprecation} + + org.apache.maven.plugins + maven-dependency-plugin + 3.8.1 + org.apache.maven.plugins maven-deploy-plugin