olamy commented on code in PR #617: URL: https://github.com/apache/maven-surefire/pull/617#discussion_r1129203092
########## maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/SurefireDependencyResolver.java: ########## @@ -59,7 +62,10 @@ * @author Stephen Connolly * @author Kristian Rosenvold */ -final class SurefireDependencyResolver { +@Named +@Singleton +public class SurefireDependencyResolver { Review Comment: ditto this is turning this class into a public API. Do we really need to publish and support another way of resolving dependencies? why not simply having some similar private constructor and avoid exposing something else we will have to support. -- 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