Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/1813#discussion_r16376478 --- Diff: core/pom.xml --- @@ -68,9 +68,15 @@ <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </dependency> + <!-- + Promote Guava to "compile" so that maven-shade-plugin picks it up (for packaging the Optional + class exposed in the Java API). The plugin will then remove this dependency from the published --- End diff -- Is there logic in here that specifically tells maven to exclude this from our published pom? Does this automatically happen by virtue of including the `artifactSet` below?
--- 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