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 2018/01/25 11:21:07 UTC

[camel] branch master updated: Camel AWS: export aws-mq and add Karaf feature test

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


The following commit(s) were added to refs/heads/master by this push:
     new 07c839d  Camel AWS: export aws-mq and add Karaf feature test
07c839d is described below

commit 07c839d5f7458df4e2574c5d8763d4d3d892056f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 25 12:19:48 2018 +0100

    Camel AWS: export aws-mq and add Karaf feature test
---
 components/camel-aws/pom.xml                                             | 1 +
 .../src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml
index 93fc263..379d309 100644
--- a/components/camel-aws/pom.xml
+++ b/components/camel-aws/pom.xml
@@ -41,6 +41,7 @@
           org.apache.camel.spi.ComponentResolver;component=aws-kinesis,
           org.apache.camel.spi.ComponentResolver;component=aws-kinesis-firehose,
           org.apache.camel.spi.ComponentResolver;component=aws-lambda,
+          org.apache.camel.spi.ComponentResolver;component=aws-mq,
           org.apache.camel.spi.ComponentResolver;component=aws-s3,
           org.apache.camel.spi.ComponentResolver;component=aws-sdb,
           org.apache.camel.spi.ComponentResolver;component=aws-ses,
diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java
index 7466ad1..3465eec 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java
@@ -34,6 +34,7 @@ public class CamelAwsTest extends BaseKarafTest {
         testComponent(COMPONENT, "aws-kinesis");
         testComponent(COMPONENT, "aws-kinesis-firehose");
         testComponent(COMPONENT, "aws-lambda");
+        testComponent(COMPONENT, "aws-mq");
         testComponent(COMPONENT, "aws-s3");
         testComponent(COMPONENT, "aws-sdb");
         testComponent(COMPONENT, "aws-ses");

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.