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/09/07 09:53:53 UTC

[camel-kafka-connector-examples] 01/01: Camel-NSQ examples: Added more dependencies to be downloaded

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

acosentino pushed a commit to branch fix-some-stuff
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 8cf18c695df89c5cf398ec66425f3babb5e7000f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 11:52:41 2020 +0200

    Camel-NSQ examples: Added more dependencies to be downloaded
---
 nsq/nsq-sink/README.adoc | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/nsq/nsq-sink/README.adoc b/nsq/nsq-sink/README.adoc
index 5c1780d..db73c66 100644
--- a/nsq/nsq-sink/README.adoc
+++ b/nsq/nsq-sink/README.adoc
@@ -32,6 +32,14 @@ In this example we'll use `/home/oscerd/connectors/`
 > unzip camel-nsq-kafka-connector-0.4.0-package.zip
 ```
 
+We'll need to add also some dependencies for this connector
+
+```
+> cd /home/oscerd/connectors/camel-nsq-kafka-connector/
+> wget https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar
+> wget https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.jar
+```
+
 In this example we'll use a docker image for NSQ
 
 ```