Skip to content

Commit

Permalink
HV-1919 Upgrade Maven Assembly Plugin to 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 3, 2022
1 parent b171195 commit 469a9ba
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<!-- Maven plugins versions -->

<version.antrun.plugin>1.8</version.antrun.plugin>
<version.assembly.plugin>3.1.0</version.assembly.plugin>
<version.assembly.plugin>3.4.2</version.assembly.plugin>
<version.buildhelper.plugin>3.0.0</version.buildhelper.plugin>
<version.bundle.plugin>3.5.0</version.bundle.plugin>
<version.checkstyle.plugin>3.1.1</version.checkstyle.plugin>
Expand Down Expand Up @@ -908,22 +908,6 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${version.assembly.plugin}</version>
<dependencies>
<!--
We need to use a more recent version of the plexus-archiver to support JDK 9
due to https://github.com/codehaus-plexus/plexus-archiver/pull/12
-->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>3.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.7.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
Expand Down

0 comments on commit 469a9ba

Please sign in to comment.