Repository: camel Updated Branches: refs/heads/master 5e97f9238 -> 6f83cbebd
CAMEL-7354: camel-spark component. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/95a58712 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/95a58712 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/95a58712 Branch: refs/heads/master Commit: 95a5871244c83c91d6d81931f7f236fda6e8f06a Parents: 2b7fd6f Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Jun 27 12:47:01 2014 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Jun 27 15:12:55 2014 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + components/pom.xml | 1 + parent/pom.xml | 5 +++++ 4 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/95a58712/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index c157d3a..206f836 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -560,6 +560,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-spark</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-splunk</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/95a58712/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 e15e9e9..aad7a67 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -151,6 +151,7 @@ <include>org.apache.camel:camel-snmp</include> <include>org.apache.camel:camel-soap</include> <include>org.apache.camel:camel-solr</include> + <include>org.apache.camel:camel-spark</include> <include>org.apache.camel:camel-splunk</include> <include>org.apache.camel:camel-spring</include> <include>org.apache.camel:camel-spring-batch</include> http://git-wip-us.apache.org/repos/asf/camel/blob/95a58712/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index 7625f81..ecf136c 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -169,6 +169,7 @@ <module>camel-sjms</module> <module>camel-soap</module> <module>camel-solr</module> + <module>camel-spark</module> <module>camel-splunk</module> <module>camel-spring-batch</module> <module>camel-spring-javaconfig</module> http://git-wip-us.apache.org/repos/asf/camel/blob/95a58712/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 76e189e..4690c32 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1154,6 +1154,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-spark</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-splunk</artifactId> <version>${project.version}</version> </dependency>