This is an automated email from the ASF dual-hosted git repository.

cstamas 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 071b132531 Drop unused assembly exclude (#2266)
071b132531 is described below

commit 071b1325319a5c50aca1411e706d33bd24406c0d
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Sat Apr 19 23:43:56 2025 +0200

    Drop unused assembly exclude (#2266)
    
    This just emits warning by assembly plugin, as is unused,
    since this module is gone.
---
 apache-maven/src/assembly/component.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apache-maven/src/assembly/component.xml 
b/apache-maven/src/assembly/component.xml
index 6c36fbd500..fefc8b49bf 100644
--- a/apache-maven/src/assembly/component.xml
+++ b/apache-maven/src/assembly/component.xml
@@ -31,7 +31,6 @@ under the License.
       <outputDirectory>lib</outputDirectory>
       <excludes>
         <exclude>org.codehaus.plexus:plexus-classworlds</exclude>
-        <exclude>org.apache.maven:maven-xml-impl</exclude>
       </excludes>
     </dependencySet>
   </dependencySets>

Reply via email to