Skip to content

Commit b749b10

Browse files
[MSHARED-1252] Bump plexus-io to 3.4.1 for maven-assembly-plugin
1 parent 1c264ba commit b749b10

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,18 @@
128128
<artifactId>maven-resources-plugin</artifactId>
129129
<version>3.3.1</version>
130130
</plugin>
131+
<plugin>
132+
<groupId>org.apache.maven.plugins</groupId>
133+
<artifactId>maven-assembly-plugin</artifactId>
134+
<dependencies>
135+
<!-- due to https://issues.apache.org/jira/browse/MASSEMBLY-965 -->
136+
<dependency>
137+
<groupId>org.codehaus.plexus</groupId>
138+
<artifactId>plexus-io</artifactId>
139+
<version>3.4.1</version>
140+
</dependency>
141+
</dependencies>
142+
</plugin>
131143
</plugins>
132144
</pluginManagement>
133145

0 commit comments

Comments
 (0)