This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 2eb2a31160a1295dd9730991ef41b8e207a21b1f Author: Luca Burgazzoli <lburgazz...@gmail.com> AuthorDate: Wed Oct 21 12:50:55 2020 +0200 itests: fix syslog dependencies --- tests/itests-syslog/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/itests-syslog/pom.xml b/tests/itests-syslog/pom.xml index 68770a6..7b3436d 100644 --- a/tests/itests-syslog/pom.xml +++ b/tests/itests-syslog/pom.xml @@ -41,6 +41,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-syslog</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-seda</artifactId> + </dependency> <dependency> <groupId>org.apache.camel.kafkaconnector</groupId>