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:28:01 UTC

[camel] 05/20: CAMEL-18422 - Camel-AWS Component: Explicitly add AWS SDK Utils dependency - EKS

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

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

commit c663fffc9385353d19b9d7570b89ed19e4d270b2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 24 08:08:18 2022 +0200

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

diff --git a/components/camel-aws/camel-aws2-eks/pom.xml b/components/camel-aws/camel-aws2-eks/pom.xml
index af8e693cc44..7e47aa04c1a 100644
--- a/components/camel-aws/camel-aws2-eks/pom.xml
+++ b/components/camel-aws/camel-aws2-eks/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>