79589808

Date: 2025-04-24 04:21:50
Score: 1
Natty:
Report link

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.

  1. Exclude the transitive dependency commons-compress from other dependency.

  2. Use dependencyManagement to enforce global version for commons-compress

See how to fix maven dependency conflicts

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: pvrforpranavvr