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 613a0fd  Added camel-ipfs to Apache-Camel POM
613a0fd is described below

commit 613a0fd9220927b608a87c6d8c5f54d6113cec0e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Nov 21 09:25:19 2018 +0100

    Added camel-ipfs 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 625694e..af37d5e 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -492,6 +492,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-ipfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-irc</artifactId>
     </dependency>
     <dependency>
@@ -1743,6 +1747,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-ipfs-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-irc-starter</artifactId>
       <version>${project.version}</version>
     </dependency>

Reply via email to