You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/24 06:24:12 UTC

[camel] 04/21: CAMEL-18422 - Camel-AWS Component: Explicitly add AWS SDK Utils dependency - EC2

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 c5e40822c62220dd11667115aed745b0696b4f57
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 24 08:04:59 2022 +0200

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

diff --git a/components/camel-aws/camel-aws2-ec2/pom.xml b/components/camel-aws/camel-aws2-ec2/pom.xml
index ad3a523d295..6efa80076f9 100644
--- a/components/camel-aws/camel-aws2-ec2/pom.xml
+++ b/components/camel-aws/camel-aws2-ec2/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>