Manfred Baedke created TIKA-4236:
------------------------------------
Summary: tika-parser-nlp-module has an unnecessary Guava dependency
Key: TIKA-4236
URL: https://issues.apache.org/jira/browse/TIKA-4236
Project: Tika
Issue Type: Bug
Components: parser
Reporter: Manfred Baedke
This should be avoided, because it's prone to maintenance and security problems.
It's easy to get rid of it: the class
o.a.t.parser.geo.topic.gazetteer.GeoGazetteerClient uses
com.google.common.reflect.TypeToken. Since the project uses gson anyway, it
could just be replaced with com.google.gson.reflect.TypeToken.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)