You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/12/14 22:51:23 UTC

[maven-jlink-plugin] branch MJLINK-47 updated: MJLINK-47 let plexus-archiver define plexus-utils version

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

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


The following commit(s) were added to refs/heads/MJLINK-47 by this push:
     new 3d5fe3b  MJLINK-47 let plexus-archiver define plexus-utils version
3d5fe3b is described below

commit 3d5fe3b8715da3356ee3c72ed6bc98a33696b87b
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Dec 14 23:51:19 2020 +0100

    MJLINK-47 let plexus-archiver define plexus-utils version
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index e9204a9..c5b96d9 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>