Skip to content

Commit

Permalink
updated tika dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioG70 committed Jan 22, 2025
1 parent 7f0cb3b commit 9abae51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -772,12 +772,13 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.26</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
<version>1.4</version>
<version>3.0.0</version>
<type>pom</type>
</dependency>
<!-- / Mime Type detection -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import com.databasepreservation.common.client.ViewerConstants;
import com.databasepreservation.common.client.tools.ViewerStringUtils;

import javax.activation.MimetypesFileTypeMap;
import jakarta.activation.MimetypesFileTypeMap;

public class MimeTypeHelper {

Expand Down

0 comments on commit 9abae51

Please sign in to comment.