Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-35863][BUILD] Update Ivy to 2.5.0
### What changes were proposed in this pull request? Update Ivy from 2.4.0 to 2.5.0. - https://ant.apache.org/ivy/history/2.5.0/release-notes.html ### Why are the changes needed? This brings various improvements and bug fixes. Most notably, the adding of `ivy.maven.lookup.sources` and `ivy.maven.lookup.javadoc` configs can significantly speed up module resolution time if these are turned off, especially behind a proxy. These could arguably be turned off by default, because when submitting jobs you probably don't care about the sources or javadoc jars. I didn't include that here but happy to look into if it's desired. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing UT and build passes Closes #33088 from Kimahriman/feature/ivy-update. Authored-by: Adam Binford <adamq43@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
- Loading branch information