Skip to content

Commit 104414c

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1126 Upgrade the plexus-archiver dependency to support JDK9
The maven-assembly-plugin uses a version which does not support JDK9. See codehaus-plexus/plexus-archiver#12
1 parent 0de93f1 commit 104414c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

+16
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,22 @@
549549
<plugin>
550550
<artifactId>maven-assembly-plugin</artifactId>
551551
<version>2.6</version>
552+
<dependencies>
553+
<!--
554+
We need to use a more recent version of the plexus-archiver to support JDK 9
555+
due to https://github.com/codehaus-plexus/plexus-archiver/pull/12
556+
-->
557+
<dependency>
558+
<groupId>org.codehaus.plexus</groupId>
559+
<artifactId>plexus-archiver</artifactId>
560+
<version>3.4</version>
561+
</dependency>
562+
<dependency>
563+
<groupId>org.codehaus.plexus</groupId>
564+
<artifactId>plexus-io</artifactId>
565+
<version>2.7.1</version>
566+
</dependency>
567+
</dependencies>
552568
</plugin>
553569
<plugin>
554570
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)