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 e2125bf849d7f1208f87fad13784a850177674e5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 9 12:01:32 2018 +0100 CAMEL-12237 - Camel-AWS: Create a KMS component, added AWS-KMS to Karaf feature test --- .../src/test/java/org/apache/camel/itest/karaf/CamelAwsTest.java | 1 + 1 file changed, 1 insertion(+) 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 3465eec..9e71d7b 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 @@ -33,6 +33,7 @@ public class CamelAwsTest extends BaseKarafTest { testComponent(COMPONENT, "aws-ec2"); testComponent(COMPONENT, "aws-kinesis"); testComponent(COMPONENT, "aws-kinesis-firehose"); + testComponent(COMPONENT, "aws-kms"); testComponent(COMPONENT, "aws-lambda"); testComponent(COMPONENT, "aws-mq"); testComponent(COMPONENT, "aws-s3"); -- To stop receiving notification emails like this one, please contact acosent...@apache.org.