project release 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/872fc387 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/872fc387 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/872fc387 Branch: refs/heads/ignite-950 Commit: 872fc387aa6f839123c9a9fbb0b100f2c989e65c Parents: 7ea64e0 Author: Anton Vinogradov <avinogra...@gridgain.com> Authored: Thu Jul 2 11:00:30 2015 +0300 Committer: Anton Vinogradov <avinogra...@gridgain.com> Committed: Thu Jul 2 11:00:30 2015 +0300 ---------------------------------------------------------------------- modules/urideploy/pom.xml | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/872fc387/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index 4e971d7..76a862b 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -143,19 +143,5 @@ <artifactId>log4j</artifactId> <scope>test</scope> </dependency> - - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-extdata-uri</artifactId> - <version>${project.version}</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.ignite</groupId> - <artifactId>ignite-extdata-p2p</artifactId> - <version>${project.version}</version> - <scope>test</scope> - </dependency> </dependencies> </project>