ignite-388 dependency fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b48aa9f9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b48aa9f9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b48aa9f9 Branch: refs/heads/ignite-565 Commit: b48aa9f907653c1c1b395e3a3cb98a31c7b77a18 Parents: 7befb23 Author: avinogradov <avinogra...@gridgain.com> Authored: Tue Mar 24 13:19:39 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue Mar 24 13:19:39 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 97 ----------------------------------------------------- 1 file changed, 97 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b48aa9f9/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 0b34224..15c55ec 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -138,103 +138,6 @@ <version>4.11</version> <scope>test</scope> </dependency> - - <!--<dependency>--> - <!--<groupId>log4j</groupId>--> - <!--<artifactId>log4j</artifactId>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>commons-collections</groupId>--> - <!--<artifactId>commons-collections</artifactId>--> - <!--<version>3.2.1</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>commons-io</groupId>--> - <!--<artifactId>commons-io</artifactId>--> - <!--<version>2.4</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.eclipse.jetty</groupId>--> - <!--<artifactId>jetty-io</artifactId>--> - <!--<version>9.0.5.v20130815</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.eclipse.jetty</groupId>--> - <!--<artifactId>jetty-http</artifactId>--> - <!--<version>9.0.5.v20130815</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.eclipse.jetty</groupId>--> - <!--<artifactId>jetty-server</artifactId>--> - <!--<version>9.0.5.v20130815</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.eclipse.jetty</groupId>--> - <!--<artifactId>jetty-util</artifactId>--> - <!--<version>9.0.5.v20130815</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.springframework</groupId>--> - <!--<artifactId>spring-core</artifactId>--> - <!--<version>${spring.version}</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.springframework</groupId>--> - <!--<artifactId>spring-aop</artifactId>--> - <!--<version>${spring.version}</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.springframework</groupId>--> - <!--<artifactId>spring-beans</artifactId>--> - <!--<version>${spring.version}</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.springframework</groupId>--> - <!--<artifactId>spring-context</artifactId>--> - <!--<version>${spring.version}</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.springframework</groupId>--> - <!--<artifactId>spring-expression</artifactId>--> - <!--<version>${spring.version}</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>org.springframework</groupId>--> - <!--<artifactId>spring-tx</artifactId>--> - <!--<version>${spring.version}</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> - - <!--<dependency>--> - <!--<groupId>com.beust</groupId>--> - <!--<artifactId>jcommander</artifactId>--> - <!--<version>1.30</version>--> - <!--<scope>test</scope>--> - <!--</dependency>--> </dependencies> <build>