You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/05/22 15:12:32 UTC

[04/50] [abbrv] ignite git commit: IGNITE-GG-12163 test dependencies were cleaned up in pom file

IGNITE-GG-12163 test dependencies were cleaned up in pom file


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

Branch: refs/heads/ignite-5075-pds
Commit: 1cce2fcc960c5098cc684b6138ed306daf5dd5e4
Parents: 2e3e971
Author: Sergey Chugunov <se...@gmail.com>
Authored: Thu May 11 15:33:05 2017 +0300
Committer: Sergey Chugunov <se...@gmail.com>
Committed: Thu May 11 15:33:05 2017 +0300

----------------------------------------------------------------------
 modules/pds/pom.xml | 35 -----------------------------------
 1 file changed, 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/1cce2fcc/modules/pds/pom.xml
----------------------------------------------------------------------
diff --git a/modules/pds/pom.xml b/modules/pds/pom.xml
index c3bcec6..01ef574 100644
--- a/modules/pds/pom.xml
+++ b/modules/pds/pom.xml
@@ -48,40 +48,12 @@
         </dependency>
 
         <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            <version>${common.io.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-spring</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <scope>test</scope>
         </dependency>
 
         <dependency>
-            <groupId>com.thoughtworks.xstream</groupId>
-            <artifactId>xstream</artifactId>
-            <version>${xstream.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.ignite</groupId>
-            <artifactId>ignite-indexing</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-indexing</artifactId>
             <version>${project.version}</version>
@@ -98,13 +70,6 @@
         </dependency>
 
         <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <version>${guava.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.javassist</groupId>
             <artifactId>javassist</artifactId>
             <version>${javassist.version}</version>