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 dfbce7849bacb3f6e29da370bbe39ef01c336179 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Sep 24 12:06:35 2020 +0200 Camel-AWS2-Eventbridge: Fixed POM --- components/camel-aws2-eventbridge/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-aws2-eventbridge/pom.xml b/components/camel-aws2-eventbridge/pom.xml index 818fd70..1139579 100644 --- a/components/camel-aws2-eventbridge/pom.xml +++ b/components/camel-aws2-eventbridge/pom.xml @@ -80,6 +80,7 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-aws2-sqs</artifactId> <scope>test</scope> + </dependency> </dependencies> <profiles>
