This is an automated email from the ASF dual-hosted git repository.

ishan pushed a commit to branch jira/solr-17892-fix-precommit
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/jira/solr-17892-fix-precommit 
by this push:
     new 106cec5a9fc Adding backward codecs to cuvs module
106cec5a9fc is described below

commit 106cec5a9fc920628d996f3d4f63a46e92a0725d
Author: Ishan Chattopadhyaya <[email protected]>
AuthorDate: Sat Nov 1 11:47:11 2025 +0530

    Adding backward codecs to cuvs module
---
 solr/modules/cuvs/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/modules/cuvs/build.gradle b/solr/modules/cuvs/build.gradle
index 5c477d60f60..23dd35589bb 100644
--- a/solr/modules/cuvs/build.gradle
+++ b/solr/modules/cuvs/build.gradle
@@ -26,6 +26,7 @@ dependencies {
   implementation project(':solr:core')
   implementation project(':solr:solrj')
   implementation libs.apache.lucene.core
+  implementation libs.apache.lucene.backward.codecs
   implementation libs.slf4j.api
 
   testImplementation project(':solr:test-framework')

Reply via email to