dongjoon-hyun commented on code in PR #49892:
URL: https://github.com/apache/spark/pull/49892#discussion_r1952049761


##########
pom.xml:
##########
@@ -1136,7 +1136,7 @@
         <exclusions>
           <exclusion>
             <groupId>org.scala-lang.modules</groupId>
-            <artifactId>scala-xml_2.13</artifactId>
+            <artifactId>scala-xml_${scala.binary.version}</artifactId>

Review Comment:
   If this is not required, shall we remove this in order to simplify the patch?
   
   IIUC, this is correct, but we already have many hard-coded ones in Apache 
Spark `pom.xml` files.
   ```
   $ git grep '_2.13' | grep pom.xml | wc -l
         88
   ```
   
   So, if we need this, we can proceed in a separate independent PR.



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

Reply via email to