Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.0-M3
-
None
-
None
Description
In our project we use semantic versioning for our dependencies (https://semver.org/)
The requireUpperBoundDeps rule already checks for compatible versions, but we would like to have the option to specify that no major (i.e. breaking) versions are mixed.
So a (transitive) dependency on groupId:artifactId:1.0.0 and on groupId:artifactId:2.0.0 means that we have a conflict.
Attachments
Issue Links
- duplicates
-
MENFORCER-241 DependencyConverge - allow ignoring minor and patch level mismatches
- Open
- relates to
-
MENFORCER-241 DependencyConverge - allow ignoring minor and patch level mismatches
- Open
- links to