This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new b606d0530eb [MINOR] Add comments of `xercesImpl` upgrade precautions
in `pom.xml`
b606d0530eb is described below
commit b606d0530eb182815b710e95d02a399565ecb082
Author: yangjie01 <[email protected]>
AuthorDate: Wed Mar 15 21:12:59 2023 -0700
[MINOR] Add comments of `xercesImpl` upgrade precautions in `pom.xml`
### What changes were proposed in this pull request?
This pr just add comments of `xercesImpl` upgrade precautions in `pom.xml`.
### Why are the changes needed?
Add comments to remind developers that `xercesImpl` should update versions
in both `pom.xml` and `SparkBuild.scala` at the same time.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
Closes #40452 from LuciferYang/xercesImpl-tips.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6cc5177e148..3f9e3a7cfd5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1426,6 +1426,10 @@
<scope>test</scope>
</dependency>
<!-- Managed up to match Hadoop in HADOOP-16530 -->
+ <!--
+ When upgrading `xercesImpl` version, also need to change
+ the version definition in `SparkBuild#DependencyOverrides`.
+ -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]