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:31:20 UTC

[maven-jlink-plugin] 02/02: MJLINK-47 let plexus-archiver define plexus-utils version

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

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

commit dc3c6e5ce5c87435ee46190dd5733f8fa5f86e67
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 672f98f..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>