This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f5a2ea45b ARTEMIS-5839: downgrade maven-dependency-plugin to 3.8.1
6f5a2ea45b is described below

commit 6f5a2ea45bb1f3916b986e163d0d472c48fc6de1
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Feb 6 16:46:20 2026 +0000

    ARTEMIS-5839: downgrade maven-dependency-plugin to 3.8.1
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index ff5b27f42c..344413def4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,10 @@
       <woodstox.version>4.4.1</woodstox.version>
       <pem-keystore.version>3.0.0</pem-keystore.version>
 
+      <!-- Overrides the parent pom property, downgrades dependency plugin
+           https://github.com/apache/maven-dependency-plugin/issues/1588 -->
+      <version.maven-dependency-plugin>3.8.1</version.maven-dependency-plugin>
+
       <!-- docs -->
       
<asciidoctor.maven.plugin.version>3.2.0</asciidoctor.maven.plugin.version>
       <asciidoctorj.pdf.version>2.3.23</asciidoctorj.pdf.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to