You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/08 21:17:00 UTC

[maven-jar-plugin] branch master updated: [MJAR-284] Remove override for Plexus Archiver

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7bb0bfc  [MJAR-284] Remove override for Plexus Archiver
7bb0bfc is described below

commit 7bb0bfc631fce48feb59c80baa9b64b26cd64627
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jan 8 22:16:55 2022 +0100

    [MJAR-284] Remove override for Plexus Archiver
---
 pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index a6c526a..b98fce9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <!--
       ! other dependencies contain references to older versions
       ! so we define it here explicit to make sure we get the
-      ! correct version for plexus-archiver and plexus-utils.
+      ! correct version for plexus-utils.
     -->
     <!--
      ! maven-shared-utils is pulled by file-management
@@ -130,11 +130,7 @@
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
       <version>3.3.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-archiver</artifactId>
-      <version>4.2.5</version>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>