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

tallison pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_3x by this push:
     new 148ef2a94 add errorprone back in (#2224)
148ef2a94 is described below

commit 148ef2a947a5a39f76eaeb0579557707720afdd2
Author: Tim Allison <[email protected]>
AuthorDate: Thu Oct 2 15:29:38 2025 -0400

    add errorprone back in (#2224)
    
    (cherry picked from commit 3c0dab1f041b9354880052cdc9c978d1511615d2)
---
 tika-grpc/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index f7fb33fe3..df40cc8a7 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -164,6 +164,10 @@
       <artifactId>tika-core</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>com.google.errorprone</groupId>
+      <artifactId>error_prone_annotations</artifactId>
+    </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>

Reply via email to