In tika-app and tika-server, we went to the hassle of excluding a bunch of
dependencies to avoid this.  If anyone has a cleaner solution, let's
implement it.  I'm not happy with this behavior in 2.x.

On Mon, Jul 18, 2022 at 8:53 AM Luís Filipe Nassif <[email protected]>
wrote:

> Any ideas?
>
> Em ter, 12 de jul de 2022 14:09, Luís Filipe Nassif <[email protected]>
> escreveu:
>
>> 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
>>
>

Reply via email to