Skip to content

Commit 17fd906

Browse files
committed
HV-1919 Upgrade Maven Assembly Plugin to 3.4.2
1 parent 97ac86c commit 17fd906

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<!-- Maven plugins versions -->
214214

215215
<version.antrun.plugin>1.8</version.antrun.plugin>
216-
<version.assembly.plugin>3.1.0</version.assembly.plugin>
216+
<version.assembly.plugin>3.4.2</version.assembly.plugin>
217217
<version.buildhelper.plugin>3.0.0</version.buildhelper.plugin>
218218
<version.bundle.plugin>5.1.4</version.bundle.plugin>
219219
<version.checkstyle.plugin>3.1.1</version.checkstyle.plugin>
@@ -966,22 +966,6 @@
966966
<plugin>
967967
<artifactId>maven-assembly-plugin</artifactId>
968968
<version>${version.assembly.plugin}</version>
969-
<dependencies>
970-
<!--
971-
We need to use a more recent version of the plexus-archiver to support JDK 9
972-
due to https://github.com/codehaus-plexus/plexus-archiver/pull/12
973-
-->
974-
<dependency>
975-
<groupId>org.codehaus.plexus</groupId>
976-
<artifactId>plexus-archiver</artifactId>
977-
<version>3.4</version>
978-
</dependency>
979-
<dependency>
980-
<groupId>org.codehaus.plexus</groupId>
981-
<artifactId>plexus-io</artifactId>
982-
<version>2.7.1</version>
983-
</dependency>
984-
</dependencies>
985969
</plugin>
986970
<plugin>
987971
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)