You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bm...@apache.org on 2020/12/16 21:44:52 UTC

[maven-jlink-plugin] branch master updated: [MJLINK-47] - Upgrade plexus-archiver to 4.2.3

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

bmarwell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new bdc138d  [MJLINK-47] - Upgrade plexus-archiver to 4.2.3
bdc138d is described below

commit bdc138db6358113c63eb73f9cb1ee6047ac4bd24
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Wed Dec 16 22:34:46 2020 +0100

    [MJLINK-47] - Upgrade plexus-archiver to 4.2.3
    
    commit dc3c6e5ce5c87435ee46190dd5733f8fa5f86e67
    Author: Hervé Boutemy <hb...@apache.org>
    Date:   Mon Dec 14 23:51:19 2020 +0100
    
    commit 721502ef52d3a8ae2f9323810bdf91def58a6a11
    Author: Karl Heinz Marbaise <kh...@apache.org>
    Date:   Fri Jun 12 08:57:21 2020 +0200
    
    Signed-off-by: Benjamin Marwell <bm...@apache.org>
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55b6659..07fe0dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,12 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-utils</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -97,7 +103,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.1.0</version>
+      <version>4.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>