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 2020/10/22 04:44:20 UTC

[camel-kafka-connector] 03/03: itests: fix syslog dependencies

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 <lb...@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>