This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit c85acf03243d626c44dbea2227817abe5d339212 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Feb 23 07:50:37 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-IAM --- bom/camel-bom/pom.xml | 5 ----- core/camel-allcomponents/pom.xml | 4 ---- parent/pom.xml | 5 ----- 3 files changed, 14 deletions(-) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 9018eec..16215de 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -163,11 +163,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-aws-iam</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws-s3</artifactId> <version>${project.version}</version> </dependency> diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml index 50af8dc..1daf4ec 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -131,10 +131,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-aws-iam</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws-s3</artifactId> </dependency> <dependency> diff --git a/parent/pom.xml b/parent/pom.xml index e86519f..33f9312 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -883,11 +883,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-aws-iam</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws-s3</artifactId> <version>${project.version}</version> </dependency>