dsmiley commented on pull request #411:
URL: https://github.com/apache/lucene/pull/411#issuecomment-950427225


   I spot-checked the generated Maven POMs locally.  As expected and according 
to the Gradle docs, these dependencies showed as optional.
   
   I see something weird though -- this dependency:
   ```
       <dependency>
         <groupId>org.apache</groupId>
         <artifactId>lucene-root</artifactId>
         <version>9.0.0-SNAPSHOT</version>
         <scope>compile</scope>
         <optional>true</optional>
       </dependency>
   ```
   This weird lucene-root dependency is only here; it isn't in any of the other 
Lucene modules.  I confirmed this only appears here because of the use of this 
Gradle feature.


-- 
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...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to