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 <claus.ib...@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>