Skip to content

Commit

Permalink
TIKA-4166: add comment, 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 15c7ec3 commit c6f2d14
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 @@ -1015,13 +1015,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>
<!-- because of convergence problems with jaxb 2.0.4, because cxf 4.0.3 uses an older version -->
<dependency>
<groupId>org.eclipse.angus</groupId>
Expand All @@ -1038,6 +1031,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 c6f2d14

Please sign in to comment.