Github user ScrapCodes commented on a diff in the pull request:
https://github.com/apache/spark/pull/2673#discussion_r19140246
--- 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 --
Or perhaps you mean aliasing it with work `unused` using properties ?
Should I do it? feels equally weird.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]