Attila Doroszlai created HDDS-12689:
---------------------------------------
Summary: Use AWS SDK v2 BOM
Key: HDDS-12689
URL: https://issues.apache.org/jira/browse/HDDS-12689
Project: Apache Ozone
Issue Type: Sub-task
Components: build, test
Reporter: Attila Doroszlai
Assignee: Roland Elek
S3 integration tests declare dependency only on {{s3}} module of AWS SDK v2,
but use some other modules.
{code}
Used undeclared dependencies found:
...
software.amazon.awssdk:auth:jar:2.31.6:test
software.amazon.awssdk:aws-core:jar:2.31.6:test
software.amazon.awssdk:regions:jar:2.31.6:test
software.amazon.awssdk:sdk-core:jar:2.31.6:test
{code}
Goals of this task:
- Replace [single-module dependency
defintion|https://github.com/apache/ozone/blob/a1616ae8a2435be8cee7f1a22392e3b85d034088/pom.xml#L1289-L1293]
in root {{pom.xml}} with [import of
BOM|https://github.com/aws/aws-sdk-java-v2?tab=readme-ov-file#importing-the-bom]
for easier usage. (Imports are at the top of {{dependencyManagement}}.)
- Declare these extra dependencies in {{integration-test-s3/pom.xml}} (after
HDDS-12528).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]