This is an automated email from the ASF dual-hosted git repository. houston pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 76fdb86b3ee321bb43ef9b1de2d19d04be517922 Author: Houston Putman <[email protected]> AuthorDate: Tue Feb 25 15:41:09 2025 -0600 SOLR-17650: Add in missing gradle dependency --- solr/modules/hdfs/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/solr/modules/hdfs/build.gradle b/solr/modules/hdfs/build.gradle index 59949458561..221c2bc6f03 100644 --- a/solr/modules/hdfs/build.gradle +++ b/solr/modules/hdfs/build.gradle @@ -43,6 +43,7 @@ dependencies { testImplementation 'org.apache.lucene:lucene-test-framework' testImplementation 'com.carrotsearch.randomizedtesting:randomizedtesting-runner' testImplementation 'junit:junit' + testImplementation 'org.hamcrest:hamcrest' // hadoop dependencies for tests testImplementation ('org.apache.hadoop:hadoop-hdfs') { transitive = false }
