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 2018/11/21 08:22:02 UTC

[camel] branch master updated: Add Camel-NSQ to apache-camel POM

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.git


The following commit(s) were added to refs/heads/master by this push:
     new bf2eb7b  Add Camel-NSQ to apache-camel POM
bf2eb7b is described below

commit bf2eb7b2418c1a2203ee4d625ae9b7a1cde5626b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 21 09:21:37 2018 +0100

    Add Camel-NSQ to apache-camel POM
---
 apache-camel/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index be1d543..625694e 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -761,6 +761,10 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-netty4-http</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
+      <artifactId>camel-nsq</artifactId>
+    </dependency>
      <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-ognl</artifactId>
@@ -2064,6 +2068,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-nsq-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-ognl-starter</artifactId>
       <version>${project.version}</version>
     </dependency>