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 fbf677b1486 Revert "Removing the backward codecs, apparently it wasn't
needed?"
fbf677b1486 is described below
commit fbf677b14869a0a4143bb835b63b08b66329db07
Author: Ishan Chattopadhyaya <[email protected]>
AuthorDate: Sat Nov 1 12:48:01 2025 +0530
Revert "Removing the backward codecs, apparently it wasn't needed?"
This reverts commit 83a038ad8c48455713e2e2eb0d23f1baee34eb80.
---
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')