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-spring-boot.git
commit 9ec8053ecc6c9dd54d320cb929515a4657f874ce Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 22 18:28:15 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-Kinesis --- tooling/camel-spring-boot-bom/pom.xml | 5 ----- tooling/camel-spring-boot-dependencies/pom.xml | 10 ---------- 2 files changed, 15 deletions(-) diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 1298aaa..8c5c468 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -150,11 +150,6 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-aws-kinesis-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-aws-s3-starter</artifactId> <version>${project.version}</version> </dependency> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 8b66dd3..daae211 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -353,11 +353,6 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> - <artifactId>camel-aws-kinesis-starter</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-aws-s3-starter</artifactId> <version>${project.version}</version> </dependency> @@ -2114,11 +2109,6 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-aws-kinesis</artifactId> - <version>3.9.0-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> <artifactId>camel-aws-s3</artifactId> <version>3.9.0-SNAPSHOT</version> </dependency>