Details
-
New Feature
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
I depend on some libraries, which in turn depend on something
(which in turn depend on something) that I don't want, because I declare
some other artifact in my pom.xml.
A concrete example: I don't want that the artifact "xerces" is imported in
my project because I declare to depend on "xercesImpl" which ships newer
libraries but with the same namespaces.
I guess I would need an "exclude transitive dependency at all", either
globally or from this and that artifact. I saw the <exclusions> tag, but it
forces me to be very verbose and have exact control on what is required by a
dependency.
Attachments
Attachments
Issue Links
- is duplicated by
-
MNG-2031 Easily disable / exclude transitive dependencies
- Closed
-
MNG-1607 Provide the ability to globally exclude a dependency
- Closed
-
MNG-3696 Add explicit transitive dependencies in dependencyManagement section of pom.xml
- Closed
-
MNG-4501 Support global dependency excludes
- Closed
-
MNG-3173 It should be possible to declare transitive dependency exclusions independent of any of the immediately declared dependencies
- Closed
-
MNG-5959 Can maven provide a features that exclude dependency gloablly
- Closed
- is related to
-
MNG-5600 Dependency management import should support exclusions.
- Closed
- is superceded by
-
MNG-5227 The 'optional' flag of a dependency should be manageable.
- Reopened
- relates to
-
MNG-5652 "supplies"/"provides"/"proffers" concept proposal
- Open
-
MNG-177 supersedes/obsoletes
- Closed
-
MNG-1797 Dependency excludes apply to every subsequent dependency, not just the one it is declared under.
- Closed
-
MNG-3196 Allow exclusion of a certain transitive dependency across all direct dependencies.
- Closed
- mentioned in
-
Page Loading...