You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2016/12/11 06:22:23 UTC

ignite git commit: IGNITE-3710: including spark parent

Repository: ignite
Updated Branches:
  refs/heads/ignite-3710 20d63f35d -> 1382071e3


IGNITE-3710: including spark parent


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

Branch: refs/heads/ignite-3710
Commit: 1382071e39dbda57922ffbca6a6d1375397f9713
Parents: 20d63f3
Author: Denis Magda <dm...@gridgain.com>
Authored: Sat Dec 10 22:22:18 2016 -0800
Committer: Denis Magda <dm...@gridgain.com>
Committed: Sat Dec 10 22:22:18 2016 -0800

----------------------------------------------------------------------
 modules/spark/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1382071e/modules/spark/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml
index d8cb894..eb5e613 100644
--- a/modules/spark/pom.xml
+++ b/modules/spark/pom.xml
@@ -57,6 +57,12 @@
 
         <dependency>
             <groupId>org.apache.spark</groupId>
+            <artifactId>spark-parent_2.11</artifactId>
+            <version>${spark.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.spark</groupId>
             <artifactId>spark-core_2.11</artifactId>
             <version>${spark.version}</version>
         </dependency>