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 2022/04/12 04:36:42 UTC

[camel-spring-boot] branch main updated: Add camel-test-infra-common to the mongodb test dependencies

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 87aad98aef5 Add camel-test-infra-common to the mongodb test dependencies
87aad98aef5 is described below

commit 87aad98aef5fece32b82f82521168ddc1ee1662f
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Mon Apr 11 20:20:57 2022 -0400

    Add camel-test-infra-common to the mongodb test dependencies
---
 components-starter/camel-mongodb-starter/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/components-starter/camel-mongodb-starter/pom.xml b/components-starter/camel-mongodb-starter/pom.xml
index c772676b32b..a9190b8077b 100644
--- a/components-starter/camel-mongodb-starter/pom.xml
+++ b/components-starter/camel-mongodb-starter/pom.xml
@@ -47,6 +47,13 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-test-infra-common</artifactId>
+      <version>${camel-version}</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>