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 c8e403e3e6eef2bffb51456af402fce548d6ed90 Author: Otavio Rodolfo Piske <opi...@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>