You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/24 10:09:10 UTC

[camel] 03/03: Camel-AWS2-Eventbridge: Fixed POM

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 <an...@gmail.com>
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>