David M. Lloyd created MNG-7798: ----------------------------------- Summary: Maven model builder is incompatible with plexus-utils 4.0.0 Key: MNG-7798 URL: https://issues.apache.org/jira/browse/MNG-7798 Project: Maven Issue Type: Bug Components: Core Affects Versions: 4.0.0-alpha-5 Reporter: David M. Lloyd
TheĀ {{maven-model-builder}} module has a binary dependency on `org.codehaus.plexus.util.xml.pull.XmlPullParserException` which was provided by `plexus-utils` 3.x but is no longer provided by 4.x. This causes dependabot updates for `plexus-utils` 4.0.0 to fail if they rely on the Maven model builder. See [DefaultModelReader on GitHub|https://github.com/apache/maven/blob/master/maven-model-builder/src/main/java/org/apache/maven/model/io/DefaultModelReader.java]. -- This message was sent by Atlassian Jira (v8.20.10#820010)