spring-gradle-plugins / dependency-management-plugin

A Gradle plugin that provides Maven-like dependency management functionality
686 stars 85 forks source link

Remove support for Maven-style exclusion semantics #331

Open wilkinsona opened 2 years ago

wilkinsona commented 2 years ago

With hindsight, adding support for Maven-style exclusions to this plugin was a mistake. It's easily the most complex part of the code and has had a number of performance problems over the years. Strictly speaking, it also isn't really related to dependency management. In its place, users should use one of Gradle's existing mechanisms for excluding dependencies.