Repository: ignite Updated Branches: refs/heads/ignite-3710 aa7f631cc -> fe02969a6
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/fe02969a Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/fe02969a Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/fe02969a Branch: refs/heads/ignite-3710 Commit: fe02969a68eb4ae82f4d6cf0fc7fc9687b548793 Parents: aa7f631 Author: Anton Vinogradov <[email protected]> Authored: Fri Dec 16 15:55:27 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Fri Dec 16 15:55:27 2016 +0300 ---------------------------------------------------------------------- modules/spark/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/fe02969a/modules/spark/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml index e26c33d..a93ede1 100644 --- a/modules/spark/pom.xml +++ b/modules/spark/pom.xml @@ -68,15 +68,15 @@ </dependency> <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-common</artifactId> - <version>${hadoop.version}</version> + <groupId>org.apache.spark</groupId> + <artifactId>spark-network-common_2.11</artifactId> + <version>${spark.version}</version> </dependency> <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>14.0.1</version> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-common</artifactId> + <version>${hadoop.version}</version> </dependency> <dependency>
