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 640908f9f8e5ee943e2c576d7faa8ebbdb4a5aea Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Sep 21 17:50:51 2020 +0200 CAMEL-15375 - Camel-AWS2-Eventbridge: Added component to kit --- apache-camel/src/main/descriptors/common-bin.xml | 1 + bom/camel-bom/pom.xml | 5 +++++ .../src/main/docs/aws2-eventbridge-component.adoc | 2 +- components/pom.xml | 3 ++- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index b2e4ff4..0111d7f 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-ec2</include> <include>org.apache.camel:camel-aws2-ecs</include> <include>org.apache.camel:camel-aws2-eks</include> + <include>org.apache.camel:camel-aws2-eventbridge</include> <include>org.apache.camel:camel-aws2-iam</include> <include>org.apache.camel:camel-aws2-kinesis</include> <include>org.apache.camel:camel-aws2-kms</include> diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index cef1cfb..4060e3d 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -258,6 +258,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-aws2-eventbridge</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-aws2-iam</artifactId> <version>${project.version}</version> </dependency> diff --git a/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc b/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc index a319ad7..32e5212 100644 --- a/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc +++ b/components/camel-aws2-eventbridge/src/main/docs/aws2-eventbridge-component.adoc @@ -19,7 +19,7 @@ https://aws.amazon.com/eventbridge/[AWS Eventbridge]. Prerequisites You must have a valid Amazon Web Services developer account, and be -signed up to use Amazon STS. More information is available at +signed up to use Amazon Eventbridge. More information is available at https://aws.amazon.com/eventbridge/[Amazon Eventbridge]. [NOTE] diff --git a/components/pom.xml b/components/pom.xml index 30075a4..2773f07 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -129,6 +129,7 @@ <module>camel-aws2-ec2</module> <module>camel-aws2-ecs</module> <module>camel-aws2-eks</module> + <module>camel-aws2-eventbridge</module> <module>camel-aws2-iam</module> <module>camel-aws2-kinesis</module> <module>camel-aws2-kms</module> @@ -528,4 +529,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project>