This is an automated email from the ASF dual-hosted git repository.
ahmar pushed a commit to branch branch-3.4.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4.2 by this push:
new 84db3333d68 Revert "S3A: updates SDK dependency to provided (#7688)"
(#7838)
84db3333d68 is described below
commit 84db3333d68a2cca667c3c2fd738920445ec9bad
Author: ahmarsuhail <[email protected]>
AuthorDate: Wed Jul 30 10:54:36 2025 +0100
Revert "S3A: updates SDK dependency to provided (#7688)" (#7838)
---
hadoop-tools/hadoop-aws/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-tools/hadoop-aws/pom.xml b/hadoop-tools/hadoop-aws/pom.xml
index 54b52712bbb..8ff6d65fd64 100644
--- a/hadoop-tools/hadoop-aws/pom.xml
+++ b/hadoop-tools/hadoop-aws/pom.xml
@@ -532,7 +532,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bundle</artifactId>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>software.amazon.encryption.s3</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]