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 db259dd4a2d027d314cac4c439b843d92f839e4f Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 15 16:27:31 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-SDB --- core/camel-allcomponents/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/camel-allcomponents/pom.xml b/core/camel-allcomponents/pom.xml index d92731a..a367ee9 100644 --- a/core/camel-allcomponents/pom.xml +++ b/core/camel-allcomponents/pom.xml @@ -159,10 +159,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-aws-sdb</artifactId> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws-ses</artifactId> </dependency> <dependency>
