Skip to content

Commit 18b57d6

Browse files
committed
HV-1919 Upgrade Maven Assembly Plugin to 3.4.2
1 parent 101977b commit 18b57d6

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>3.5.0</version.bundle.plugin>
219219
<version.checkstyle.plugin>3.1.1</version.checkstyle.plugin>
@@ -963,22 +963,6 @@
963963
<plugin>
964964
<artifactId>maven-assembly-plugin</artifactId>
965965
<version>${version.assembly.plugin}</version>
966-
<dependencies>
967-
<!--
968-
We need to use a more recent version of the plexus-archiver to support JDK 9
969-
due to https://github.com/codehaus-plexus/plexus-archiver/pull/12
970-
-->
971-
<dependency>
972-
<groupId>org.codehaus.plexus</groupId>
973-
<artifactId>plexus-archiver</artifactId>
974-
<version>3.4</version>
975-
</dependency>
976-
<dependency>
977-
<groupId>org.codehaus.plexus</groupId>
978-
<artifactId>plexus-io</artifactId>
979-
<version>2.7.1</version>
980-
</dependency>
981-
</dependencies>
982966
</plugin>
983967
<plugin>
984968
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)