This is an automated email from the ASF dual-hosted git repository.
tilman 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 22f9533cf TIKA-4166: add version of error_prone_annotations
22f9533cf is described below
commit 22f9533cf5a37ea7d50b83a4121d130e3bafcc97
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 20 10:15:49 2024 +0200
TIKA-4166: add version of error_prone_annotations
---
tika-parent/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index eb6de6f12..5d40ac260 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1038,6 +1038,11 @@
<artifactId>hdf5-platform</artifactId>
<version>${hdf5.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <version>2.27.0</version>
+ </dependency>
</dependencies>
</dependencyManagement>