HyukjinKwon commented on a change in pull request #27808:
[SPARK-30994][BUILD][FOLLOW-UP] Change scope of xml-apis to include it
URL: https://github.com/apache/spark/pull/27808#discussion_r388295152
##########
File path: project/SparkBuild.scala
##########
@@ -621,6 +621,7 @@ object KubernetesIntegrationTests {
object DependencyOverrides {
lazy val settings = Seq(
dependencyOverrides += "com.google.guava" % "guava" % "14.0.1",
+ dependencyOverrides += "xerces" % "xercesImpl" % "2.12.0",
Review comment:
SBT seems picking xml-apis and xerces fine when hadoop-2.7 profile is used:
```
[info] | | | | +-xerces:xercesImpl:2.12.0
[info] | | | | | +-xml-apis:xml-apis:1.4.01
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]