sunchao commented on a change in pull request #30701:
URL: https://github.com/apache/spark/pull/30701#discussion_r558578569
##########
File path: pom.xml
##########
@@ -2420,17 +2473,6 @@
</rules>
</configuration>
</execution>
- <execution>
- <id>enforce-no-duplicate-dependencies</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <banDuplicatePomDependencyVersions/>
- </rules>
- </configuration>
- </execution>
Review comment:
I'm not sure whether exclusion rules for this. Just tried on my laptop
with this and compilation for Hadoop 2.7 works, probably because there are lots
of changes since I initially removed this. Let me try it once again with Spark
CI.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]