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 2c2cb7df160fa0c6b015857909ef6968c487724f Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 16 09:00:59 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-Translate --- 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 c92daf9..5a84654 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -218,11 +218,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-aws-translate</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws-xray</artifactId> <version>${project.version}</version> </dependency> diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml index a367ee9..9c56dcb 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -175,10 +175,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-aws-translate</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws-xray</artifactId> </dependency> <dependency> diff --git a/parent/pom.xml b/parent/pom.xml index 0efb8f4..044db9a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -941,11 +941,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-aws-translate</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws-xray</artifactId> <version>${project.version}</version> </dependency>
