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:03 UTC

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

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

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

diff --git a/components/camel-aws/camel-aws2-ses/pom.xml b/components/camel-aws/camel-aws2-ses/pom.xml
index ae36f6a866a..4cec979c641 100644
--- a/components/camel-aws/camel-aws2-ses/pom.xml
+++ b/components/camel-aws/camel-aws2-ses/pom.xml
@@ -55,11 +55,6 @@
             <artifactId>jakarta.mail</artifactId>
             <version>${jakarta-mail-version}</version>
         </dependency>
-        <dependency>
-            <groupId>software.amazon.awssdk</groupId>
-            <artifactId>utils</artifactId>
-            <version>${aws-java-sdk2-version}</version>
-        </dependency>
 
         <!-- for testing -->
         <dependency>