This happens due to the dependency conflicts. Both apache-poi and other dependency has transitive dependency of commons-compress. And both the dependencies uses different version of commons-compress.
There are two ways to fix this issue.
Exclude the transitive dependency commons-compress from other dependency.
Use dependencyManagement to enforce global version for commons-compress