Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven build: Add dependency convergence checking #8738

Open
AlexDBlack opened this issue Feb 26, 2020 · 1 comment
Open

Maven build: Add dependency convergence checking #8738

AlexDBlack opened this issue Feb 26, 2020 · 1 comment
Labels
DevOps Issues related to CI/CD and pipelines

Comments

@AlexDBlack
Copy link
Contributor

https://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html

To automatically detect issues like this: #8724

The check of course doesn't fix the issue, but at least we won't be surprised by them (the aforementioned issue slipped through 1.0.0-beta6 pre-release testing due to luck - a different order of a couple of dependencies in the pom.xml would have caused problems)

@tballison
Copy link

+1
This issue duplicates:
#5601

@agibsonccc agibsonccc added the DevOps Issues related to CI/CD and pipelines label Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps Issues related to CI/CD and pipelines
Projects
None yet
Development

No branches or pull requests

3 participants