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 2016/12/16 12:21:29 UTC

ignite git commit: IGNITE-3710 Dependency fix.

Repository: ignite
Updated Branches:
  refs/heads/ignite-3710 d674081b5 -> 24ae9e5f3


IGNITE-3710 Dependency fix.


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

Branch: refs/heads/ignite-3710
Commit: 24ae9e5f3bae3edf1f2597f7416b271f4a534381
Parents: d674081
Author: Anton Vinogradov <av...@apache.org>
Authored: Fri Dec 16 15:21:06 2016 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Fri Dec 16 15:21:06 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/24ae9e5f/modules/spark/pom.xml
----------------------------------------------------------------------
diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml
index d8cb894..2376bcf 100644
--- a/modules/spark/pom.xml
+++ b/modules/spark/pom.xml
@@ -63,6 +63,36 @@
 
         <dependency>
             <groupId>org.apache.spark</groupId>
+            <artifactId>spark-catalyst_2.11</artifactId>
+            <version>${spark.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-common</artifactId>
+            <version>${hadoop.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-core</artifactId>
+            <version>${jackson2.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-annotations</artifactId>
+            <version>${jackson2.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.json4s</groupId>
+            <artifactId>json4s-core_2.11</artifactId>
+            <version>3.5.0</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.spark</groupId>
             <artifactId>spark-sql_2.11</artifactId>
             <version>${spark.version}</version>
         </dependency>