This is an automated email from the ASF dual-hosted git repository.
tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 3c0dab1f0 add errorprone back in (#2224)
3c0dab1f0 is described below
commit 3c0dab1f041b9354880052cdc9c978d1511615d2
Author: Tim Allison <[email protected]>
AuthorDate: Thu Oct 2 15:29:38 2025 -0400
add errorprone back in (#2224)
---
tika-grpc/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml
index 5086e82be..39b832994 100644
--- a/tika-grpc/pom.xml
+++ b/tika-grpc/pom.xml
@@ -161,6 +161,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>