This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 420ff6aa887 Fix solrj-streaming gradle deps
420ff6aa887 is described below
commit 420ff6aa887cf99de41b4909094265bc88716767
Author: Houston Putman <[email protected]>
AuthorDate: Thu Mar 20 13:36:17 2025 -0500
Fix solrj-streaming gradle deps
---
solr/solrj-streaming/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/solr/solrj-streaming/build.gradle
b/solr/solrj-streaming/build.gradle
index a898ae2bc29..cafdbbcda62 100644
--- a/solr/solrj-streaming/build.gradle
+++ b/solr/solrj-streaming/build.gradle
@@ -38,6 +38,7 @@ dependencies {
testImplementation libs.carrotsearch.randomizedtesting.runner
testImplementation libs.apache.lucene.testframework
testImplementation libs.junit.junit
+ testImplementation libs.hamcrest.hamcrest
testImplementation(libs.apache.zookeeper.zookeeper, {
exclude group: "org.apache.yetus", module: "audience-annotations"