This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch TIKA-4318 in repository https://gitbox.apache.org/repos/asf/tika.git
commit a8cb40146f6c00c507264f4e7c3e7edf2b636874 Author: tallison <[email protected]> AuthorDate: Thu May 29 16:02:31 2025 -0400 add errorprone back in --- tika-grpc/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml index c9b0418f5..cd7231e4b 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>
