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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new b749b10  [MSHARED-1252] Bump plexus-io to 3.4.1 for 
maven-assembly-plugin
b749b10 is described below

commit b749b10809ce57250921ec43b7a5315c83967aee
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Tue May 9 21:38:24 2023 +0200

    [MSHARED-1252] Bump plexus-io to 3.4.1 for maven-assembly-plugin
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 64233ca..56dab59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,18 @@
           <artifactId>maven-resources-plugin</artifactId>
           <version>3.3.1</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <dependencies>
+            <!-- due to https://issues.apache.org/jira/browse/MASSEMBLY-965 -->
+            <dependency>
+              <groupId>org.codehaus.plexus</groupId>
+              <artifactId>plexus-io</artifactId>
+              <version>3.4.1</version>
+            </dependency>
+          </dependencies>
+        </plugin>
       </plugins>
     </pluginManagement>
 

Reply via email to