Repository: camel Updated Branches: refs/heads/camel-2.13.x c96ad1c51 -> 432841316 refs/heads/master fe35597a9 -> 6b6a387d8
Added 2 missing components to kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6b6a387d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6b6a387d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6b6a387d Branch: refs/heads/master Commit: 6b6a387d8d885afb3717bb40eb3c27e496db29ab Parents: fe35597 Author: Claus Ibsen <[email protected]> Authored: Thu Mar 20 07:53:03 2014 +0100 Committer: Claus Ibsen <[email protected]> Committed: Thu Mar 20 07:53:03 2014 +0100 ---------------------------------------------------------------------- apache-camel/pom.xml | 8 ++++++++ apache-camel/src/main/descriptors/common-bin.xml | 2 ++ parent/pom.xml | 10 ++++++++++ 3 files changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/6b6a387d/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 7d05fa5..c938b91 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -257,6 +257,14 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ical</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-infinispan</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-irc</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/6b6a387d/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index 86e6931..b29b384 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -77,6 +77,8 @@ <include>org.apache.camel:camel-http</include> <include>org.apache.camel:camel-http4</include> <include>org.apache.camel:camel-ibatis</include> + <include>org.apache.camel:camel-ical</include> + <include>org.apache.camel:camel-infinispan</include> <include>org.apache.camel:camel-irc</include> <include>org.apache.camel:camel-jackson</include> <include>org.apache.camel:camel-jasypt</include> http://git-wip-us.apache.org/repos/asf/camel/blob/6b6a387d/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 0d3b6ec..6cfc10f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -784,6 +784,16 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ical</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-infinispan</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-irc</artifactId> <version>${project.version}</version> </dependency>
