This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 507c49faf49c3ceec5f4cbd24ae3981a50f1fce4
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Aug 24 08:16:20 2022 +0200

    CAMEL-18422 - Camel-AWS Component: Explicitly add AWS SDK Utils dependency 
- S3
---
 components/camel-aws/camel-aws2-s3/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws/camel-aws2-s3/pom.xml 
b/components/camel-aws/camel-aws2-s3/pom.xml
index c39514654af..e04ee6a4c22 100644
--- a/components/camel-aws/camel-aws2-s3/pom.xml
+++ b/components/camel-aws/camel-aws2-s3/pom.xml
@@ -50,6 +50,11 @@
             <artifactId>apache-client</artifactId>
             <version>${aws-java-sdk2-version}</version>
         </dependency>
+        <dependency>
+            <groupId>software.amazon.awssdk</groupId>
+            <artifactId>utils</artifactId>
+            <version>${aws-java-sdk2-version}</version>
+        </dependency>
 
         <!-- for testing -->
         <dependency>

Reply via email to