LuciferYang commented on a change in pull request #29824:
URL: https://github.com/apache/spark/pull/29824#discussion_r492171176



##########
File path: resource-managers/yarn/pom.xml
##########
@@ -88,6 +88,13 @@
       <artifactId>hadoop-client</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>jakarta.servlet</groupId>
+      <artifactId>jakarta.servlet-api</artifactId>
+      <version>4.0.3</version>
+      <scope>test</scope>
+    </dependency>
+

Review comment:
       cc  @srowen I found that we add 
`org.glassfish.jersey.test-framework.providers` dependency after #25455 and 
brings the test dependence `jakarta.servlet-api` , It has different version 
from `javax.servlet-api`.
   
   But I'm not sure should we use `jakarta.servlet-api` as a compile dependency 
 instead of `javax.servlet-api` directly




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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to