We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e424d commit 7bb0bfcCopy full SHA for 7bb0bfc
pom.xml
@@ -117,7 +117,7 @@
117
<!--
118
! other dependencies contain references to older versions
119
! so we define it here explicit to make sure we get the
120
- ! correct version for plexus-archiver and plexus-utils.
+ ! correct version for plexus-utils.
121
-->
122
123
! maven-shared-utils is pulled by file-management
@@ -130,11 +130,7 @@
130
<groupId>org.apache.maven.shared</groupId>
131
<artifactId>maven-shared-utils</artifactId>
132
<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>
+ <scope>runtime</scope>
138
</dependency>
139
<dependency>
140
<groupId>org.codehaus.plexus</groupId>
0 commit comments