alluxio icon indicating copy to clipboard operation
alluxio copied to clipboard

Define internal dependency versions in DependencyManagement

Open apc999 opened this issue 1 year ago • 3 comments

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

apc999 avatar Aug 12 '23 07:08 apc999

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.
  • 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.

alluxio-bot avatar Aug 12 '23 19:08 alluxio-bot

Automated checks report:

  • PR title follows the conventions: PASS
  • Commits associated with Github account: PASS

All checks passed!

alluxio-bot avatar Aug 12 '23 19:08 alluxio-bot

is this still applicable?

jiacheliu3 avatar Nov 07 '23 05:11 jiacheliu3