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:52 UTC

[camel-kafka-connector-examples] branch fix-some-stuff created (now 8cf18c6)

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

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


      at 8cf18c6  Camel-NSQ examples: Added more dependencies to be downloaded

This branch includes the following new commits:

     new 8cf18c6  Camel-NSQ examples: Added more dependencies to be downloaded

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
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
 
 ```