[ https://issues.apache.org/jira/browse/HDDS-12689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Attila Doroszlai resolved HDDS-12689. ------------------------------------- Fix Version/s: 2.1.0 Resolution: Implemented > 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 > Priority: Major > Labels: pull-request-available > Fix For: 2.1.0 > > > 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: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org