This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new ade97d5a6 [MNG-7697] Fix assembly which should not include
plexus-utils-3.5.0 (#1057)
ade97d5a6 is described below
commit ade97d5a692cddc7cac704e0e572d2bd661113c5
Author: Guillaume Nodet <[email protected]>
AuthorDate: Wed Mar 15 13:12:48 2023 +0100
[MNG-7697] Fix assembly which should not include plexus-utils-3.5.0 (#1057)
---
apache-maven/src/assembly/component.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/apache-maven/src/assembly/component.xml
b/apache-maven/src/assembly/component.xml
index 6d9809c4b..24378449d 100644
--- a/apache-maven/src/assembly/component.xml
+++ b/apache-maven/src/assembly/component.xml
@@ -31,6 +31,7 @@ under the License.
<outputDirectory>lib</outputDirectory>
<excludes>
<exclude>org.codehaus.plexus:plexus-classworlds</exclude>
+ <exclude>org.codehaus.plexus:plexus-utils</exclude>
</excludes>
</dependencySet>
</dependencySets>