Random developerrandom-dev.hashnode.dev·Dec 4, 2023A guide to excluding dependencies with mavenMaven 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, ...Discussexclusion