You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/10/25 00:23:28 UTC

[GitHub] [lucene] dsmiley commented on pull request #411: LUCENE-10202: spatial: feature-variants

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

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



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