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

dsmiley 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 bde8f86e790 build: restore testImplementation libs.jakarta.servlet.api
bde8f86e790 is described below

commit bde8f86e7903d49ee79cb04e6b14bec3a6d725f0
Author: David Smiley <[email protected]>
AuthorDate: Fri Jan 23 22:44:43 2026 -0500

    build: restore testImplementation libs.jakarta.servlet.api
    
    Oops!
---
 solr/solrj/build.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/solrj/build.gradle b/solr/solrj/build.gradle
index 1e15145c851..098ad3e8c33 100644
--- a/solr/solrj/build.gradle
+++ b/solr/solrj/build.gradle
@@ -62,6 +62,8 @@ dependencies {
   testImplementation libs.commonsio.commonsio
   testImplementation libs.fasterxml.jackson.dataformat.cbor
 
+  testImplementation libs.jakarta.servlet.api
+
   // Jetty test dependencies - needed for solrj's own tests
   // Client libraries
   testImplementation libs.eclipse.jetty.client

Reply via email to