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 35a5a2e3cb32ebb6aa9ce7d8b461a47b2dc22d42 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Aug 24 14:09:05 2022 +0200 Revert "CAMEL-18422 - Camel-AWS Component: Explicitly add AWS SDK Utils dependency - MSK" This reverts commit dfb26dbc892f3005392fb3b6273d0d110de31e4b. --- components/camel-aws/camel-aws2-msk/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-aws/camel-aws2-msk/pom.xml b/components/camel-aws/camel-aws2-msk/pom.xml index 31de6c57b1f..0fceb59179d 100644 --- a/components/camel-aws/camel-aws2-msk/pom.xml +++ b/components/camel-aws/camel-aws2-msk/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>
