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/02/12 07:04:32 UTC

[camel] branch master updated: Added RX Java dependency to camel-spring-cloud-netflix component

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 1b83b7f  Added RX Java dependency to camel-spring-cloud-netflix component
1b83b7f is described below

commit 1b83b7f60b7166e21926585bb4230aa9f63957c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 12 08:03:14 2018 +0100

    Added RX Java dependency to camel-spring-cloud-netflix component
---
 components/camel-spring-cloud-netflix/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-spring-cloud-netflix/pom.xml b/components/camel-spring-cloud-netflix/pom.xml
index c93c306..3c94605 100644
--- a/components/camel-spring-cloud-netflix/pom.xml
+++ b/components/camel-spring-cloud-netflix/pom.xml
@@ -70,6 +70,11 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring-boot</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.reactivex</groupId>
+      <artifactId>rxjava</artifactId>
+      <version>${rxjava-version}</version>
+    </dependency>
 
     <!-- Testing dependencies -->
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.