Repository: camel Updated Branches: refs/heads/master c04e46758 -> 5774dc452
added spark to camel zip Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5774dc45 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5774dc45 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5774dc45 Branch: refs/heads/master Commit: 5774dc452ca100adc01b415caf1921c6e94aabc3 Parents: ad8d4cc Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Thu Jul 21 22:42:48 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Jul 24 13:18:56 2016 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5774dc45/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 214f5f2..0049bb9 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -796,6 +796,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-spark</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-spark-rest</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/5774dc45/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 5f197ce..d9dec42 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -209,6 +209,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-spark-rest</include> <include>org.apache.camel:camel-splunk</include> <include>org.apache.camel:camel-spring</include>