We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d739505 commit 435ea73Copy full SHA for 435ea73
pom.xml
@@ -529,6 +529,22 @@
529
<plugin>
530
<artifactId>maven-assembly-plugin</artifactId>
531
<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
543
544
+ <artifactId>plexus-io</artifactId>
545
+ <version>2.7.1</version>
546
547
+ </dependencies>
548
</plugin>
549
550
<artifactId>maven-release-plugin</artifactId>
0 commit comments