Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/2673#discussion_r19133971 --- Diff: pom.xml --- @@ -248,7 +248,19 @@ </snapshots> </pluginRepository> </pluginRepositories> - + <!-- + This dependency is not required, and it is added - so that we can + later shade it across the sub-projects. This is required to generate + effective poms. And have no other real purpose. It is supposed to be + harmless if not usefull. + --> + <dependencies> + <dependency> + <groupId>aelfred</groupId> --- End diff -- how about changing this to groupId: unused artifactId: unused
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org