Skip to content

Commit 7bb0bfc

Browse files
committed
[MJAR-284] Remove override for Plexus Archiver
1 parent a3e424d commit 7bb0bfc

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pom.xml

+2-6
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<!--
118118
! other dependencies contain references to older versions
119119
! so we define it here explicit to make sure we get the
120-
! correct version for plexus-archiver and plexus-utils.
120+
! correct version for plexus-utils.
121121
-->
122122
<!--
123123
! maven-shared-utils is pulled by file-management
@@ -130,11 +130,7 @@
130130
<groupId>org.apache.maven.shared</groupId>
131131
<artifactId>maven-shared-utils</artifactId>
132132
<version>3.3.4</version>
133-
</dependency>
134-
<dependency>
135-
<groupId>org.codehaus.plexus</groupId>
136-
<artifactId>plexus-archiver</artifactId>
137-
<version>4.2.5</version>
133+
<scope>runtime</scope>
138134
</dependency>
139135
<dependency>
140136
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)