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 0de93f1 commit 104414cCopy full SHA for 104414c
pom.xml
@@ -549,6 +549,22 @@
549
<plugin>
550
<artifactId>maven-assembly-plugin</artifactId>
551
<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
563
564
+ <artifactId>plexus-io</artifactId>
565
+ <version>2.7.1</version>
566
567
+ </dependencies>
568
</plugin>
569
570
<artifactId>maven-release-plugin</artifactId>
0 commit comments