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 83a038ad8c4 Removing the backward codecs, apparently it wasn't needed?
83a038ad8c4 is described below

commit 83a038ad8c48455713e2e2eb0d23f1baee34eb80
Author: Ishan Chattopadhyaya <[email protected]>
AuthorDate: Sat Nov 1 12:35:08 2025 +0530

    Removing the backward codecs, apparently it wasn't needed?
---
 solr/modules/cuvs/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/modules/cuvs/build.gradle b/solr/modules/cuvs/build.gradle
index 23dd35589bb..5c477d60f60 100644
--- a/solr/modules/cuvs/build.gradle
+++ b/solr/modules/cuvs/build.gradle
@@ -26,7 +26,6 @@ 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