Maven fails to resolve dependency version conflicts when using dependencyManagement in multi-module project
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-13
maven dependency-management multi-module
I'm facing a problem with dependency resolution in my multi-module Maven project. I have two modules, `module-a` and `module-b`. Both depend on a library `commo...