Skip to content

Commit

Permalink
[MSHARED-1252] Bump plexus-io to 3.4.1 for maven-assembly-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 11, 2023
1 parent 1c264ba commit b749b10
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,18 @@
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<dependencies>
<!-- due to https://issues.apache.org/jira/browse/MASSEMBLY-965 -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>3.4.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit b749b10

Please sign in to comment.