slachiewicz opened a new pull request, #973: URL: https://github.com/apache/maven-wagon/pull/973
`wagon-http`'s main jar is unshaded and needs `wagon-http-shared` and `httpclient` at runtime, but the shade execution was reducing them out of the installed POM, leaving `HttpWagon` unable to load `AbstractHttpClientWagon`. Fixes #972. Verified: `mvn install` on the module → installed POM declares `wagon-http-shared`, `httpclient` and `httpcore` again; both the plain and `-shaded` jars still produced; no `dependency-reduced-pom.xml` in the basedir, so #750 stays fixed. A rebuilt Maven 3.9.17-SNAPSHOT distribution ships `wagon-http-shared` again, and `-Dmaven.resolver.transport=wagon` selects `WagonTransporter` for both a `file://` repository and central, matching released 3.9.16. `master` needs the same change. *This change was created with AI assistance.* -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
