pan3793 commented on code in PR #48461:
URL: https://github.com/apache/spark/pull/48461#discussion_r1800411615
##########
project/SparkBuild.scala:
##########
@@ -1085,7 +1085,7 @@ object ExcludedDependencies {
excludeDependencies ++= Seq(
ExclusionRule(organization = "com.sun.jersey"),
ExclusionRule(organization = "ch.qos.logback"),
- ExclusionRule("javax.ws.rs", "jsr311-api"))
+ ExclusionRule("jsr311-api"))
Review Comment:
I read the above comment and the original PR, looks like this part of
dependency management can be simplified independently, let me try.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]