Github user mccheah commented on a diff in the pull request:
https://github.com/apache/spark/pull/12715#discussion_r61337523
--- Diff: external/kafka-assembly/pom.xml ---
@@ -66,13 +66,16 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.sun.jersey</groupId>
- <artifactId>jersey-server</artifactId>
- <scope>provided</scope>
+ <groupId>org.glassfish.jersey.core</groupId>
+ <artifactId>jersey-client</artifactId>
--- End diff --
Just poked a bit through the Git history and it's to not include the jars
that the assembly already provides. Although we no longer use an assembly
jar... this still applies since we'll get org.glassfish.jersey from the main
Spark classpath as we were before, so I'll put provided back in.
---
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]