You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/07/24 11:47:04 UTC

[2/2] camel git commit: added spark to bom

added spark to bom


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ad8d4cce
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ad8d4cce
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ad8d4cce

Branch: refs/heads/master
Commit: ad8d4cce06d4c5e6689602b52ecc7c2fb8792954
Parents: c04e467
Author: Nicola Ferraro <ni...@gmail.com>
Authored: Thu Jul 21 17:30:42 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Jul 24 13:18:56 2016 +0200

----------------------------------------------------------------------
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ad8d4cce/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f448ab0..2275662 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1633,6 +1633,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-spark-rest</artifactId>
         <version>${project.version}</version>
       </dependency>