dweiss commented on code in PR #13484:
URL: https://github.com/apache/lucene/pull/13484#discussion_r1682394662


##########
versions.lock:
##########


Review Comment:
   Oh - the "because" contain a hash key and all configurations/projects which 
refer to a dependency. These hashes are used next to dependencies to shorten up 
the list. For example these are pulled in by the same set of configurations:
   ```
         "net.sourceforge.nekohtml:nekohtml:1.9.17" : "6f16ff86,refs=2",
         "org.apache.commons:commons-compress:1.19" : "6f16ff86,refs=2",
   ```
   from:
   ```
   "because" : {
       ...
       "6f16ff86" : [
         {
           "configuration" : "testCompileClasspath",
           "projectPath" : ":lucene:benchmark"
         },
         {
           "configuration" : "testRuntimeClasspath",
           "projectPath" : ":lucene:benchmark"
         }
       ],
   ```
   
   the plugin needs a set of projects and configurations to take into account - 
this is set up in dependencies.gradle.
   
   



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