A guide to excluding dependencies with maven
Dec 4, 2023 · 2 min read · Maven facilitates the inclusion of transitive dependencies, implying that if module A has a dependency on module B, and module B has a dependency on module C, then module C will automatically become part of the dependency tree for module A. However, ...
Join discussion

