You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2017/02/08 16:38:50 UTC

camel git commit: Add camel-reactive-streams to apache-camel/pom.xml

Repository: camel
Updated Branches:
  refs/heads/master 06e80f187 -> 16a428baf


Add camel-reactive-streams to apache-camel/pom.xml


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/16a428ba
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/16a428ba
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/16a428ba

Branch: refs/heads/master
Commit: 16a428baf44c7963478daf1d8e061b2ea232abf4
Parents: 06e80f1
Author: lburgazzoli <lb...@gmail.com>
Authored: Wed Feb 8 17:37:10 2017 +0100
Committer: lburgazzoli <lb...@gmail.com>
Committed: Wed Feb 8 17:37:36 2017 +0100

----------------------------------------------------------------------
 apache-camel/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/16a428ba/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index f8ebbfb..da049ba 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -738,6 +738,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-reactive-streams</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-restlet</artifactId>
     </dependency>
     <dependency>
@@ -1838,6 +1842,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-reactive-streams</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-restlet-starter</artifactId>
       <version>${project.version}</version>
     </dependency>