cstamas commented on code in PR #806: URL: https://github.com/apache/maven/pull/806#discussion_r978755339
########## maven-resolver-provider/pom.xml: ########## @@ -103,6 +107,13 @@ under the License. <artifactId>failureaccess</artifactId> <optional>true</optional> </dependency> + + <!-- Is must due PluginDescriptor as it uses Plexus stuff --> + <dependency> + <groupId>org.eclipse.sisu</groupId> + <artifactId>org.eclipse.sisu.plexus</artifactId> Review Comment: Needed for model and as builder throws PlexusConfEx :sob: Maybe just slurp in the plugin.xml as DOM? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org