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 f0e72e3bfb6a71a009c3473f2617705bb8f0bc8f Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Aug 24 14:09:51 2022 +0200 Revert "CAMEL-18422 - Camel-AWS Component: Explicitly add AWS SDK Utils dependency - Kinesis" This reverts commit 26f4cb1062ce0a9cc65f0ea4615af9846e50b7e2. --- components/camel-aws/camel-aws2-kinesis/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-aws/camel-aws2-kinesis/pom.xml b/components/camel-aws/camel-aws2-kinesis/pom.xml index 4e003c94e80..3fc6c009121 100644 --- a/components/camel-aws/camel-aws2-kinesis/pom.xml +++ b/components/camel-aws/camel-aws2-kinesis/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> <!-- for testing --> <dependency>
