Tibor17 commented on pull request #443: URL: https://github.com/apache/maven-surefire/pull/443#issuecomment-1013962213
In here I found out that the class path contains other artifacts however the shadefire does not have any transitive dependencies. So, we will verify it and fix it separately. Currently, the internal surefire and failsafe plugins, which are used for internal testing purposes, should use the old version `3.0.0-M3`. The reason is that M3 does not have `surefire-shared-utils` and the later versions have it but the artifact is not shaded in `surefire-shadefire` and therefore may produce conflicts in the class path if M4+ is used. -- 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]
