grgrzybek commented on PR #319:
URL: https://github.com/apache/maven-resolver/pull/319#issuecomment-1662024694

   Hmm, first quite obvious observation - this new module 
(`maven-resolver-supplier`) has a dependency to:
   ```xml
   <dependency>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-resolver-provider</artifactId>
     <version>${mavenVersion}</version>
   </dependency>
   ```
   
   which has a dependency back to maven-resolver-* artifacts... Isn't it a bit 
problematic? On the other hand `maven-core` has a lot of dependencies from the 
resolver, so no worries.


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