octachoron opened a new pull request, #8406: URL: https://github.com/apache/ozone/pull/8406
## What changes were proposed in this pull request? The `ozone-integration-test-s3` module has some undeclared direct dependencies on AWS SDK v2 modules. A warning is issued at build time about this: ``` [WARNING] Used undeclared dependencies found: ... [WARNING] software.amazon.awssdk:sdk-core:jar:2.31.25:test [WARNING] software.amazon.awssdk:regions:jar:2.31.25:test [WARNING] software.amazon.awssdk:aws-core:jar:2.31.25:test [WARNING] software.amazon.awssdk:auth:jar:2.31.25:test ``` This PR addresses these warnings by making the following changes: - In the root POM, import the AWS SDK BOM instead of declaring a dependency on just the `s3` module. - In `ozone-integration-test-s3`, add missing direct dependencies on its individual artifacts as listed in the warning. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12689 ## How was this patch tested? - `mvn install -pl hadoop-ozone/integration-test-s3 -DskipTests` before and after the change, observing the warning. - CI on fork: https://github.com/octachoron/ozone/actions/runs/14872694664 -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org