[
https://issues.apache.org/jira/browse/SOLR-15984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489001#comment-17489001
]
ASF subversion and git services commented on SOLR-15984:
--------------------------------------------------------
Commit 0ab2705f22553dc764c15fde47f927220e1c1d56 in solr's branch
refs/heads/main from Kevin Risden
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=0ab2705 ]
SOLR-15984: Ensure all used dependencies are declared
* Add missing dependencies that are used in compile and test
* LTR module - remove jetty-servlet dependency since it wasn't used
> Ensure all used dependencies are declared
> -----------------------------------------
>
> Key: SOLR-15984
> URL: https://issues.apache.org/jira/browse/SOLR-15984
> Project: Solr
> Issue Type: Task
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Build
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Major
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> Solr uses a bunch of dependencies that are not declared inside build.gradle
> files. These dependencies are pull in transitively instead of declared
> explicitly. This makes it easy for new dependencies to be added without
> seeing the impact.
> https://github.com/gradle-dependency-analyze/gradle-dependency-analyze can be
> used to find used but undeclared dependencies during the build process.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]