# Sprint-6 - Spark dependencies improved.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f0e74c0a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f0e74c0a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f0e74c0a Branch: refs/heads/ignite-648-win Commit: f0e74c0a245928dee16eabe88a3bff0892e6c167 Parents: 5b4cb44 Author: Alexey Goncharuk <agoncha...@gridgain.com> Authored: Thu Jun 11 18:35:21 2015 -0700 Committer: Alexey Goncharuk <agoncha...@gridgain.com> Committed: Thu Jun 11 18:35:21 2015 -0700 ---------------------------------------------------------------------- modules/spark/pom.xml | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f0e74c0a/modules/spark/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml index b3d2732..e62ca24 100644 --- a/modules/spark/pom.xml +++ b/modules/spark/pom.xml @@ -66,40 +66,36 @@ <version>1.3.1</version> </dependency> - <!-- Test dependencies --> - <dependency> - <groupId>org.scalatest</groupId> - <artifactId>scalatest_2.11</artifactId> - <version>2.2.2</version> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>org.scala-lang</groupId> - <artifactId>scala-library</artifactId> - </exclusion> - </exclusions> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-indexing</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.ignite</groupId> - <artifactId>ignite-indexing</artifactId> + <artifactId>ignite-spring</artifactId> <version>${project.version}</version> - <scope>test</scope> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <version>${spring.version}</version> - <scope>test</scope> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-log4j</artifactId> + <version>${project.version}</version> </dependency> + <!-- Test dependencies --> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <version>${spring.version}</version> + <groupId>org.scalatest</groupId> + <artifactId>scalatest_2.11</artifactId> + <version>2.2.2</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies>