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



##########
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:
       How about instead excluding the 4.0.x dependency from wherever it comes 
in? My guess is we want the 3.x version.

##########
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:
       OK, then this approach seems OK. We are in jar hell but what else is new!




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