Hi all,
We recently upgraded to Tika-2.4.0 and followed the wiki 2.0 migration
guide. It recommends declaring e.g.:
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers-standard-package</artifactId>
<version>2.4.1</version>
</dependency>
But when I look into my project dependencies deploy folder, I see many
module jars included (e.g. tika-parser-image-module-2.4.1.jar,
tika-parser-mail-module-2.4.1.jar, tika-parser-office-module-2.4.1.jar,
etc) but also tika-parsers-standard-package-2.4.1.jar and it
already includes most packages and classes from the modules jars,
duplicating many classes.
I'm not an expert in maven... Is that expected? Is there any configuration
to fix the dependency duplication above?
Thanks in advance,
Luís Nassif