Skip to content

Commit 435ea73

Browse files
committed
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 d739505 commit 435ea73

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
@@ -529,6 +529,22 @@
529529
<plugin>
530530
<artifactId>maven-assembly-plugin</artifactId>
531531
<version>2.6</version>
532+
<dependencies>
533+
<!--
534+
We need to use a more recent version of the plexus-archiver to support JDK 9
535+
due to https://github.com/codehaus-plexus/plexus-archiver/pull/12
536+
-->
537+
<dependency>
538+
<groupId>org.codehaus.plexus</groupId>
539+
<artifactId>plexus-archiver</artifactId>
540+
<version>3.4</version>
541+
</dependency>
542+
<dependency>
543+
<groupId>org.codehaus.plexus</groupId>
544+
<artifactId>plexus-io</artifactId>
545+
<version>2.7.1</version>
546+
</dependency>
547+
</dependencies>
532548
</plugin>
533549
<plugin>
534550
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)