cstamas commented on code in PR #161:
URL: https://github.com/apache/maven-resolver/pull/161#discussion_r842415466


##########
maven-resolver-impl/src/main/java/org/eclipse/aether/impl/guice/AetherModule.java:
##########
@@ -212,6 +221,19 @@ protected void configure()
 
     }
 
+    @Provides
+    @Singleton
+    Map<String, DependencyCollectorDelegate> dependencyCollectorDelegates(
+            @Named( BfDependencyCollector.NAME ) DependencyCollectorDelegate 
bf,
+            @Named( DfDependencyCollector.NAME ) DependencyCollectorDelegate df
+    )
+    {
+        Map<String, DependencyCollectorDelegate> providedChecksumsSource = new 
HashMap<>();

Review Comment:
   fixed



##########
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/CachingArtifactTypeRegistry.java:
##########
@@ -29,7 +29,7 @@
 /**
  * A short-lived artifact type registry that caches results from a presumedly 
slower type registry.
  */
-class CachingArtifactTypeRegistry
+public class CachingArtifactTypeRegistry

Review Comment:
   fixed



-- 
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

Reply via email to