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 09870840ec3 updates SDK dependency to provided (#7688)
09870840ec3 is described below
commit 09870840ec35b48cd107972eb24d25e8aece04c9
Author: ahmarsuhail <[email protected]>
AuthorDate: Tue May 27 11:29:29 2025 +0100
updates SDK dependency to provided (#7688)
---
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 8ff6d65fd64..54b52712bbb 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>compile</scope>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>software.amazon.encryption.s3</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]