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 a9cb62aa80e0e19e0adda304636028951970f935 Author: Andrea Cosentino <[email protected]> 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 3922474..86c7545 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -436,6 +436,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> @@ -1527,6 +1531,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>
