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 00db3a149cf44ac7b3afc82847ec1ebeeda6d528 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 13 13:59:15 2020 +0100 CAMEL-14551 - Create an AWS-SES component based on SDK v2, Added component to kit --- apache-camel/pom.xml | 5 +++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + bom/camel-bom/pom.xml | 5 +++++ components/pom.xml | 1 + parent/pom.xml | 5 +++++ 5 files changed, 17 insertions(+) diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index dccb927..c9781d8 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -349,6 +349,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-aws2-ses</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-aws2-translate</artifactId> <version>${project.version}</version> </dependency> diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index d4295b3..badb2ac 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -94,6 +94,7 @@ <include>org.apache.camel:camel-aws2-kms</include> <include>org.apache.camel:camel-aws2-mq</include> <include>org.apache.camel:camel-aws2-msk</include> + <include>org.apache.camel:camel-aws2-ses</include> <include>org.apache.camel:camel-aws2-translate</include> <include>org.apache.camel:camel-azure</include> <include>org.apache.camel:camel-barcode</include> diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 5b46e55..df6f9e6 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -263,6 +263,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-aws2-ses</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-aws2-translate</artifactId> <version>${project.version}</version> </dependency> diff --git a/components/pom.xml b/components/pom.xml index df29b4f..473a8b3 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -132,6 +132,7 @@ <module>camel-aws2-kms</module> <module>camel-aws2-msk</module> <module>camel-aws2-mq</module> + <module>camel-aws2-ses</module> <module>camel-aws2-translate</module> <module>camel-aws-xray</module> <module>camel-azure</module> diff --git a/parent/pom.xml b/parent/pom.xml index 2b61d8a..344e9d1 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1070,6 +1070,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-aws2-ses</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-aws2-translate</artifactId> <version>${project.version}</version> </dependency>