gnodet commented on a change in pull request #563:
URL: https://github.com/apache/maven/pull/563#discussion_r721149301
##########
File path:
maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenResolverModule.java
##########
@@ -46,6 +47,7 @@
protected void configure()
{
install( new AetherModule() );
+ bind( VersionScheme.class ).toProvider( new
DefaultVersionSchemeProvider() );
Review comment:
Just a quick question : is the explicit registration required ?
Shouldn't sisu automatically wire the provider ?
--
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]