At least with current versions only depending on "poi-ooxml" should be enough, although adding the 2nd depenency on "poi" will not hurt.
Dominik On Mon, Nov 2, 2020 at 11:59 AM Sayak Mukhopadhyay < [email protected]> wrote: > Hello > I am trimming an existing project and I saw that it depends on both poi > and poi-ooxml. But, poi-ooxml has a dependency on poi itself. I was also > looking online and found this answer on SO > https://stackoverflow.com/a/60350527/5863472 which seems to suggest that > depending on poi is explicitly needed for backwards compatibility. Is that > true? Can't I just depend on poi-ooxml and use poi only features too since > it would be in the classpath anyway? > Regards > Sayak > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
