This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_2x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 7679f63c4abf98384703b450e7aed93efc94adbc Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Apr 5 14:34:35 2024 +0200 TIKA-4236: remove guava dependency, as suggested by Manfred Baedke --- tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml index 49fc9cc3c..415a04cbb 100644 --- a/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml +++ b/tika-parsers/tika-parsers-ml/tika-parser-nlp-module/pom.xml @@ -58,6 +58,10 @@ <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> + <exclusion> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </exclusion> </exclusions> </dependency> <dependency>
