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 a68b52fcba [MNG-8444] Exclude maven-xml and maven-xml-impl (the artifact has been renamed) (#1992) a68b52fcba is described below commit a68b52fcba8783d8be789a29530350cf02244f43 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Dec 17 11:30:28 2024 +0100 [MNG-8444] Exclude maven-xml and maven-xml-impl (the artifact has been renamed) (#1992) Exclude the transitives. --- https://issues.apache.org/jira/browse/MNG-8444 --- impl/maven-xml/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/impl/maven-xml/pom.xml b/impl/maven-xml/pom.xml index bb9c89879b..e47ce1dec2 100644 --- a/impl/maven-xml/pom.xml +++ b/impl/maven-xml/pom.xml @@ -63,8 +63,8 @@ under the License. <exclusions> <!-- we need the exclusion to be able to release, else we have a cycle --> <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-xml</artifactId> + <groupId>*</groupId> + <artifactId>*</artifactId> </exclusion> </exclusions> </dependency>