Skip to content

Commit

Permalink
Update tika instead
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jul 6, 2024
1 parent eb9515a commit abbd5bb
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,16 @@
<version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
<version>0.8.10</version>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-standard-package</artifactId>
<version>2.9.2</version>
</dependency>


<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit abbd5bb

Please sign in to comment.