Github user mccheah commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9615#discussion_r44502578
  
    --- Diff: pom.xml ---
    @@ -2165,6 +2166,9 @@
                   <include>org.eclipse.jetty:jetty-security</include>
                   <include>org.eclipse.jetty:jetty-util</include>
                   <include>org.eclipse.jetty:jetty-server</include>
    +              <include>com.sun.jersey:jersey-core</include>
    +              <include>com.sun.jersey:jersey-json</include>
    +              <include>com.sun.jersey:jersey-server</include>
    --- End diff --
    
    javax.ws.rs is actually inside the Jersey artifacts.
    
    The shading didn't work as I expected regardless if I added the javax.rs.ws 
stuff to here as well though.


---
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]

Reply via email to