pan3793 commented on code in PR #52728:
URL: https://github.com/apache/spark/pull/52728#discussion_r2464471159


##########
pom.xml:
##########
@@ -1189,6 +1189,13 @@
         <artifactId>jline</artifactId>
         <version>2.14.6</version>
       </dependency>
+      <dependency>
+        <groupId>software.amazon.awssdk</groupId>
+        <artifactId>bom</artifactId>
+        <version>${aws.java.sdk.v2.version}</version>

Review Comment:
   Since you have used BOM to manage versions, the explicit version definition 
at the sub-module's pom.xml is not required, right?
   ```
   hadoop-cloud/pom.xml
   resource-managers/kubernetes/integration-tests/pom.xml
   ```



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