jeffjensen commented on code in PR #811: URL: https://github.com/apache/maven-surefire/pull/811#discussion_r1966808453
########## maven-failsafe-plugin/pom.xml: ########## @@ -45,6 +45,13 @@ </properties> <dependencies> + <dependency> Review Comment: In this repo's deps, found `org.codehaus.plexus.logging.Logger` exists in: * plexus-component-api-1.0-alpha-20 * plexus-container-default-1.0-alpha-9-stable-1 * org.eclipse.sisu.plexus-0.9.0.M3 Those deps are all transient thru multiple deps and appear still used. I don't see any we can currently remove, but maybe there are. Is there anything else I should investigate with dep removal? -- 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]
