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

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

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 536b660c817de964e99e6536754b893e0ba687bf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 24 14:10:49 2022 +0200

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

diff --git a/components/camel-aws/camel-aws2-ddb/pom.xml b/components/camel-aws/camel-aws2-ddb/pom.xml
index e69b1e639e7..74f61205b10 100644
--- a/components/camel-aws/camel-aws2-ddb/pom.xml
+++ b/components/camel-aws/camel-aws2-ddb/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>
 
         <!-- for testing -->
         <dependency>