alluxio
alluxio copied to clipboard
Define internal dependency versions in DependencyManagement
What changes are proposed in this pull request?
Define internal dependencies in DependencyManagement to prevent the use of unnecessary or incorrect ${project.version}
in individual pom files.
Why are the changes needed?
Bugs have been discovered in individual pom files (e.g., dora/examples/pom.xml
and dora/stress/shell/pom.xml
) where the versions of internal dependencies are hard-coded to incorrect versions.
We should utilize <DependencyManagement>
to manage the versions of internal dependencies.
Does this PR introduce any user facing changes?
No
Automated checks report:
- PR title follows the conventions: FAIL
- The title of the PR does not pass all the checks. Please fix the following issues:
- Title is too long (73 characters). Must be at most 72 characters.
- The title of the PR does not pass all the checks. Please fix the following issues:
- Commits associated with Github account: PASS
Some checks failed. Please fix the reported issues and reply 'alluxio-bot, check this please' to re-run checks.
Automated checks report:
- PR title follows the conventions: PASS
- Commits associated with Github account: PASS
All checks passed!
is this still applicable?