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 29979f02ad4d49dd543b4a5e060b657b1d48b59d Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Aug 24 14:07:37 2022 +0200 Revert "CAMEL-18422 - Camel-AWS Component: Explicitly add AWS SDK Utils dependency - Secret Manager" This reverts commit 1d3ae4619a405599f9e6c54471118627fd2fe5d7. --- components/camel-aws/camel-aws-secrets-manager/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-aws/camel-aws-secrets-manager/pom.xml b/components/camel-aws/camel-aws-secrets-manager/pom.xml index deb63c5c9bd..ff70e5263c8 100644 --- a/components/camel-aws/camel-aws-secrets-manager/pom.xml +++ b/components/camel-aws/camel-aws-secrets-manager/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> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId>
