[ https://issues.apache.org/jira/browse/SOLR-14929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Smiley resolved SOLR-14929. --------------------------------- Fix Version/s: 9.0 Resolution: Fixed I did this with a PR and forgot there was a JIRA issue: https://github.com/apache/solr/commit/4fdde44b8b86c5033dea13d4f1f01cc0e9857ee6 > Clean up Solr dependencies to use transitives and explicit exclusions > --------------------------------------------------------------------- > > Key: SOLR-14929 > URL: https://issues.apache.org/jira/browse/SOLR-14929 > Project: Solr > Issue Type: Task > Reporter: Dawid Weiss > Assignee: David Smiley > Priority: Critical > Fix For: 9.0 > > > Many Solr dependencies in gradle are currently explicitly expanded into a > flat structure with { transitive = false }, reflecting ivy/ant build. > We should explicitly depend on what's really needed, allow for transitive > dependencies and exclude what's not required. This will make the dependency > graph clearer. We still have the warning check for creeping transitive > dependencies in the form of versions lock file and jar checksums. > A side effect would also be to figure out which scope dependencies belong to > (api level or internal). -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org