Skip to content

Commit

Permalink
[MJAR-284] Remove override for Plexus Archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jan 8, 2022
1 parent a3e424d commit 7bb0bfc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand Down

0 comments on commit 7bb0bfc

Please sign in to comment.