Artifacts such as those developed by Apache are commonly used by several dependencies. We've placed some of them in our Shared Libraries in our application server.
The problem is that in each pom.xml
we have to exclude those dependencies in several direct dependencies we have. So my question is: does maven-3 have a feature that allows us to exclude a transitive dependency globally?