Skip to content

Commit

Permalink
Merge pull request #310 from topikachu/feature/tika-upgrade
Browse files Browse the repository at this point in the history
[chore] Upgrade tika to 2.4.1
  • Loading branch information
jglick authored Aug 10, 2022
2 parents 744d17d + ce24cc4 commit 0558acb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.22</version>
<version>2.4.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.jclouds.provider</groupId>
Expand Down

0 comments on commit 0558acb

Please sign in to comment.