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

[camel] branch master updated: CAMEL-14499: Component verifiers require camel-core-catalog at runtime - added for testing.

This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 237d6e4  CAMEL-14499: Component verifiers require camel-core-catalog at runtime - added for testing.
237d6e4 is described below

commit 237d6e4f7b616d99f483f78588421485e44e3fc0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Sep 27 14:44:12 2020 +0200

    CAMEL-14499: Component verifiers require camel-core-catalog at runtime - added for testing.
---
 components/camel-aws-sdb/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws-sdb/pom.xml b/components/camel-aws-sdb/pom.xml
index 7d92a98..0f00ba4 100644
--- a/components/camel-aws-sdb/pom.xml
+++ b/components/camel-aws-sdb/pom.xml
@@ -58,6 +58,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-catalog</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j-impl</artifactId>
             <scope>test</scope>