Skip to content

Commit 0b1cf25

Browse files
committed
[MSHARED-506] Upgrade plexus-archiver from 2.9.1 to 3.1.1
o Using the new version which fixes an NPE issue. git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1738420 13f79535-47bb-0310-9956-ffa450edef68
1 parent ca8e277 commit 0b1cf25

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

+1-5
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,7 @@
8484
<dependency>
8585
<groupId>org.codehaus.plexus</groupId>
8686
<artifactId>plexus-archiver</artifactId>
87-
<!--
88-
! Currently the version 2.9.1 is the only one which works.
89-
! Version 2.10... etc. will fail in unit test with NPE
90-
-->
91-
<version>2.9.1</version>
87+
<version>3.1.1</version>
9288
</dependency>
9389
<!-- plexus-archiver needs this, or else maven-artifact will pull in a version from the pliocene era -->
9490
<dependency>

0 commit comments

Comments
 (0)