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 12:14:01 UTC

[camel] 05/21: Revert "CAMEL-18422 - Camel-AWS Component: Explicitly add AWS SDK Utils dependency - SQS"

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 084c17eefb8545e7268ec63f320ac019aa48cd66
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 24 14:08:17 2022 +0200

    Revert "CAMEL-18422 - Camel-AWS Component: Explicitly add AWS SDK Utils dependency - SQS"
    
    This reverts commit f0570a14d9af57b29930e22bd4a21eec7c8af9ee.
---
 components/camel-aws/camel-aws2-sqs/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-aws/camel-aws2-sqs/pom.xml b/components/camel-aws/camel-aws2-sqs/pom.xml
index 41567a07220..db2b494cc5a 100644
--- a/components/camel-aws/camel-aws2-sqs/pom.xml
+++ b/components/camel-aws/camel-aws2-sqs/pom.xml
@@ -50,11 +50,6 @@
             <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>
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>