Skip to content

Commit

Permalink
TIKA-4236: remove guava dependency, as suggested by Manfred Baedke
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Apr 5, 2024
1 parent 76b5360 commit 7679f63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 7679f63

Please sign in to comment.