Skip to content

Commit

Permalink
TIKA-4239: remove entry that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed May 20, 2024
1 parent 88e8140 commit 8f56529
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 8f56529

Please sign in to comment.