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 502db3a00e85a705fd14723b7a8dfe10e5252450
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Aug 24 14:08:28 2022 +0200

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

diff --git a/components/camel-aws/camel-aws2-sns/pom.xml 
b/components/camel-aws/camel-aws2-sns/pom.xml
index 9775e2f64de..3bdcb8ff7af 100644
--- a/components/camel-aws/camel-aws2-sns/pom.xml
+++ b/components/camel-aws/camel-aws2-sns/pom.xml
@@ -55,11 +55,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>

Reply via email to