-
Notifications
You must be signed in to change notification settings - Fork 359
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
[CELEBORN-999] MR deps check #1928
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1928 +/- ##
=======================================
Coverage 46.96% 46.96%
=======================================
Files 164 164
Lines 10361 10361
Branches 956 956
=======================================
Hits 4865 4865
Misses 5178 5178
Partials 318 318 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This reverts commit 26c147e.
project/CelebornBuild.scala
Outdated
@@ -895,6 +906,8 @@ object MRClientProjects { | |||
.settings( | |||
commonSettings, | |||
libraryDependencies ++= Seq( | |||
Dependencies.commonsCompress, | |||
Dependencies.commonsLogging, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://www.scala-sbt.org/release/docs/Library-Management.html#Conflict+Management
By default, the latest revision is selected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a discussion with @pan3793 about how to pin dependency versions, and we ultimately chose the dependencyOverrides
approach. see #1831 (comment). cc @pan3793
Hi @FMX , could you take a look at this? |
thanks, merging to main(v0.4.0) |
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?