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 <[email protected]> Authored: Thu May 11 15:33:05 2017 +0300 Committer: Sergey Chugunov <[email protected]> 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>
