This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 49fd0840bbc879140b1aac869a9702c54fa5b833 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Nov 21 09:21:37 2018 +0100 Add Camel-NSQ to apache-camel POM Conflicts: apache-camel/pom.xml --- apache-camel/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 090a24c..3922474 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -661,6 +661,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> @@ -1793,6 +1797,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>
