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/43284131 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/43284131 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/43284131 Branch: refs/heads/camel-2.13.x Commit: 432841316422d2e3a5c54206d4377992edc711ec Parents: c96ad1c 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:20 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/43284131/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 2aa1235..422422e 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/43284131/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/43284131/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 039ac15..e0e0d80 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>
