This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new 8f5652938 TIKA-4239: remove entry that is no longer needed
8f5652938 is described below
commit 8f5652938964783a8fd76270d413b3486b6e7ebc
Author: Tilman Hausherr <[email protected]>
AuthorDate: Mon May 20 13:44:42 2024 +0200
TIKA-4239: remove entry that is no longer needed
---
tika-parent/pom.xml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 959706c94..f8d7a51ce 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -984,13 +984,6 @@
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
</dependency>
- <!-- convergence problems in Apache Tika Azure Blob fetcher,
- might be removed after update of azure-storage-blob higher than
12.25.1 -->
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>stax2-api</artifactId>
- <version>4.2.2</version>
- </dependency>
<dependency>
<groupId>org.bytedeco</groupId>
<artifactId>hdf5</artifactId>
@@ -1001,6 +994,8 @@
<artifactId>hdf5-platform</artifactId>
<version>${hdf5.version}</version>
</dependency>
+ <!-- avoid convergence problems related to
+ google-cloud-storage:2.38.0 (2.26.1) and gson:2.11.0 (2.27.0) -->
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>