You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2017/03/01 14:33:03 UTC

[20/50] [abbrv] ignite git commit: IGNITE-3710 Upgrade ignite-spark module to Spark 2.0 (cherry picked from commit a71a230)

IGNITE-3710 Upgrade ignite-spark module to Spark 2.0
(cherry picked from commit a71a230)


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

Branch: refs/heads/master
Commit: a65889a75b0ba7b3fe74d97df82e2214ff1d9b52
Parents: 166e65c
Author: Evgenii Zhuravlev <ez...@gridgain.com>
Authored: Tue Feb 21 13:25:41 2017 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Tue Feb 21 13:27:55 2017 +0300

----------------------------------------------------------------------
 examples/pom-standalone-lgpl.xml | 6 ++++++
 examples/pom-standalone.xml      | 6 ++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/a65889a7/examples/pom-standalone-lgpl.xml
----------------------------------------------------------------------
diff --git a/examples/pom-standalone-lgpl.xml b/examples/pom-standalone-lgpl.xml
index 3814672..c09cc6b 100644
--- a/examples/pom-standalone-lgpl.xml
+++ b/examples/pom-standalone-lgpl.xml
@@ -106,6 +106,12 @@
                     <artifactId>ignite-scalar</artifactId>
                     <version>to_be_replaced_by_ignite_version</version>
                 </dependency>
+
+                <dependency>
+                    <groupId>org.apache.ignite</groupId>
+                    <artifactId>ignite-spark</artifactId>
+                    <version>to_be_replaced_by_ignite_version</version>
+                </dependency>
             </dependencies>
 
             <build>

http://git-wip-us.apache.org/repos/asf/ignite/blob/a65889a7/examples/pom-standalone.xml
----------------------------------------------------------------------
diff --git a/examples/pom-standalone.xml b/examples/pom-standalone.xml
index 08c27fe..b3843e6 100644
--- a/examples/pom-standalone.xml
+++ b/examples/pom-standalone.xml
@@ -106,6 +106,12 @@
                     <artifactId>ignite-scalar</artifactId>
                     <version>to_be_replaced_by_ignite_version</version>
                 </dependency>
+
+                <dependency>
+                    <groupId>org.apache.ignite</groupId>
+                    <artifactId>ignite-spark</artifactId>
+                    <version>to_be_replaced_by_ignite_version</version>
+                </dependency>
             </dependencies>
 
             <build>