You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/07 01:37:12 UTC

[camel-kafka-connector] 03/04: Include the common infra as required test dependency

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

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 8939e42eb5043e2611ba35b4c24e9c49bb67e857
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Nov 5 16:06:00 2020 +0100

    Include the common infra as required test dependency
---
 tests/itests-parent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/itests-parent/pom.xml b/tests/itests-parent/pom.xml
index 65e47c4..7765f27 100644
--- a/tests/itests-parent/pom.xml
+++ b/tests/itests-parent/pom.xml
@@ -59,6 +59,14 @@
 
         <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.camel</groupId>
             <artifactId>camel-test-infra-kafka</artifactId>
             <version>${camel.version}</version>
             <type>test-jar</type>