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

[camel-kafka-connector] branch master updated: Added missing dependency causing Strimzi tests to fail

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 480eec2  Added missing dependency causing Strimzi tests to fail
480eec2 is described below

commit 480eec2adaf57202ba3afd243fc6066d97451bb7
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Nov 12 12:17:18 2020 +0100

    Added missing dependency causing Strimzi tests to fail
---
 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>